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
PPIx::Regexp::Token::GroupType::BranchReset(3)		User Contributed Perl Documentation	    PPIx::Regexp::Token::GroupType::BranchReset(3)

NAME
PPIx::Regexp::Token::GroupType::BranchReset - Represent a branch reset specifier SYNOPSIS
use PPIx::Regexp::Dumper; PPIx::Regexp::Dumper->new( 'qr{(?|(foo)|(bar))}smx' ) ->print(); INHERITANCE
"PPIx::Regexp::Token::GroupType::BranchReset" is a PPIx::Regexp::Token::GroupType. "PPIx::Regexp::Token::GroupType::BranchReset" has no descendants. DESCRIPTION
This token represents the specifier for a branch reset - namely the "?|" that comes after the left parenthesis. METHODS
This class provides no public methods beyond those provided by its superclass. SUPPORT
Support is by the author. Please file bug reports at <http://rt.cpan.org>, or in electronic mail to the author. AUTHOR
Thomas R. Wyant, III wyant at cpan dot org COPYRIGHT AND LICENSE
Copyright (C) 2009-2013 by Thomas R. Wyant, III This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. perl v5.16.3 2014-06-10 PPIx::Regexp::Token::GroupType::BranchReset(3)