Hard Token Management Framework 1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Hard Token Management Framework 1.0 (Default branch)
# 1  
Old 06-29-2008
Hard Token Management Framework 1.0 (Default branch)

ImageHard Token Management Framework is an add-on toEJBCA Certificate Authority, and communicates withthe tokens through a PKCS11 interface. It comeswith a few ready-made modules that can be composedto fit the need of the organization. It has manyfeatures, including basic card administration andlocking functions.License: GNU Lesser General Public License (LGPL)Changes:
Key ceremoni parts did not compile with Java 1.5. When waiting for PIN unblock approval, the wrong text was displayed for the user. Swedish characters in global.properties didn't work well in Linux. Card/Certificate information was not cleared when the card was revoked. These have all been fixed. There is support to only return the 8 significant serial numbers of HardTokenSN. Applet support has been replaced by Java Web Start. A basic pine parameter has been added to IToken.removeObject. Support for uninitialized SetCos 4.4.1 cards using NetID 4.9.0.19 has been added. AutoLogon controller through PKCS11 has been added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Hard disk and file management?

Dear experts, I have to write a small project named "Hard disk management and file management in Unix/Linux". I have absolutely NO idea about what Unix/Linux is, except that it is operational system. My question to you is: Whats is the difference between Unix and Linux and since the title of my... (3 Replies)
Discussion started by: makara
3 Replies
Login or Register to Ask a Question
PPI::Token::Magic(3)					User Contributed Perl Documentation				      PPI::Token::Magic(3)

NAME
PPI::Token::Magic - Tokens representing magic variables INHERITANCE
PPI::Token::Magic isa PPI::Token::Symbol isa PPI::Token isa PPI::Element SYNOPSIS
# When we say magic variables, we mean these... $1 $2 $3 $4 $5 $6 $7 $8 $9 $_ $& $` $' $+ @+ %+ $* $. $/ $| $\ $" $; $% $= $- @- %- $) $# $~ $^ $: $? $! %! $@ $$ $< $> $( $0 $[ $] @_ @* $} $, $#+ $#- $^L $^A $^E $^C $^D $^F $^H $^I $^M $^N $^O $^P $^R $^S $^T $^V $^W $^X DESCRIPTION
"PPI::Token::Magic" is a sub-class of PPI::Token::Symbol which identifies the token as "magic variable", one of the strange and unusual variables that are connected to "things" behind the scenes. Some are extremely common, like $_, and others you will quite probably never encounter in your Perl career. METHODS
The class provides no additional methods, beyond those provided by it's PPI::Token::Symbol, PPI::Token and PPI::Element. SUPPORT
See the support section in the main module. AUTHOR
Adam Kennedy <adamk@cpan.org> COPYRIGHT
Copyright 2001 - 2011 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.18.2 2011-02-25 PPI::Token::Magic(3)