|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| Method Summary | |
|---|---|
java.security.PublicKey |
lookup(SignerIdentifier signerIdentifier,
ASN1OctetString certs,
ASN1OctetString crls)
Public key certificate public key lookup. |
| Method Detail |
|---|
java.security.PublicKey lookup(SignerIdentifier signerIdentifier,
ASN1OctetString certs,
ASN1OctetString crls)
signerIdentifier - identifier of a message signercerts - one or more public key certificatescrls - one or more Certificate Revocation Lists (CRLs)
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||