XCMS Toolkit

com.cms.crypto
Class SubjectKeyIdentifierGenerator

java.lang.Object
  extended by com.cms.crypto.SubjectKeyIdentifierGenerator

public class SubjectKeyIdentifierGenerator
extends java.lang.Object

Generates subject key identifier values to uniquely identify keys associated with Public Key Certificates.

Version:
1.00 - 2006/02/10
Author:
support@phillipgriffin.com

Constructor Summary
SubjectKeyIdentifierGenerator()
          Constructor for SubjectKeyIdentifierGenerator.
 
Method Summary
 SubjectKeyIdentifier generate(java.security.PublicKey p)
          Generates a value of ASN.1 type SubjectKeyIdentifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectKeyIdentifierGenerator

public SubjectKeyIdentifierGenerator()
Constructor for SubjectKeyIdentifierGenerator.

Method Detail

generate

public SubjectKeyIdentifier generate(java.security.PublicKey p)
                              throws CryptoException
Generates a value of ASN.1 type SubjectKeyIdentifier.

Parameters:
p - the public key component of a public-private key pair
Throws:
CryptoException

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.