XCMS Toolkit

com.cms.crypto
Interface PublicKeyLookup

All Known Implementing Classes:
ExamplePublicKeyLookup

public interface PublicKeyLookup

A public interface that defines methods for locating the public key component of a public-private key pair.

Implementations of this public interface must return a Public Key that is enclosed in the certificate identified by certHash or by a subjectPublicKey. If the certificates and/or CRLs are not null, then they are ASN.1 encodings of their respective ASN.1 types, and are provided to assist in the accurate recovery of the identified Public Key.

Version:
1.00 - 2006/01/24
Author:
support@phillipgriffin.com

Method Summary
 java.security.PublicKey lookup(SignerIdentifier signerIdentifier, ASN1OctetString certs, ASN1OctetString crls)
          Public key certificate public key lookup.
 

Method Detail

lookup

java.security.PublicKey lookup(SignerIdentifier signerIdentifier,
                               ASN1OctetString certs,
                               ASN1OctetString crls)
Public key certificate public key lookup.

Parameters:
signerIdentifier - identifier of a message signer
certs - one or more public key certificates
crls - one or more Certificate Revocation Lists (CRLs)
Returns:
public key look up results

XCMS Toolkit


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