Package org.bouncycastle.cms
Class AbstractKeyAgreeRecipient
java.lang.Object
org.bouncycastle.cms.AbstractKeyAgreeRecipient
- All Implemented Interfaces:
KeyAgreeRecipient,Recipient
- Direct Known Subclasses:
JceKeyAgreeRecipient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisEC(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithmOID) protected booleanisGOST(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithmOID) protected booleanisMQV(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithmOID) protected booleanisRFC2631(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithmOID) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bouncycastle.cms.KeyAgreeRecipient
getPrivateKeyAlgorithmIdentifier, getRecipientOperator
-
Constructor Details
-
AbstractKeyAgreeRecipient
public AbstractKeyAgreeRecipient()
-
-
Method Details
-
isEC
protected boolean isEC(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithmOID) -
isMQV
protected boolean isMQV(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithmOID) -
isRFC2631
protected boolean isRFC2631(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithmOID) -
isGOST
protected boolean isGOST(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithmOID)
-