|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cms.crypto.SimpleKeyAgreementKeyPairLookup
public class SimpleKeyAgreementKeyPairLookup
Locates public-private static and ephemeral key pairs used in key agreement key establishment schemes.
| Constructor Summary | |
|---|---|
SimpleKeyAgreementKeyPairLookup(java.security.KeyPair staticKeys,
java.security.KeyPair ephemeralKeys)
Constructor for SimpleKeyAgreementKeyPairLookup
with static and ephemeral public/private key pair parameters. |
|
| Method Summary | |
|---|---|
MQVKeySet |
match(KeyAgreeRecipientIdentifier rid)
Returns ECMQV key agreement static and ephemeral key pairs associated with a value of the ASN.1 CMS type KeyAgreeRecipientIdentifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleKeyAgreementKeyPairLookup(java.security.KeyPair staticKeys,
java.security.KeyPair ephemeralKeys)
SimpleKeyAgreementKeyPairLookup
with static and ephemeral public/private key pair parameters.
staticKeys - static public-private key pairephemeralKeys - ephemeral public-private key pair| Method Detail |
|---|
public MQVKeySet match(KeyAgreeRecipientIdentifier rid)
KeyAgreeRecipientIdentifier.
match in interface KeyAgreementKeySetLookuprid - a value of ASN.1 type KeyAgreeRecipientIdentifier
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||