Class AbstractKeyAgreeRecipient
java.lang.Object
org.bouncycastle.cms.AbstractRecipient
org.bouncycastle.cms.AbstractKeyAgreeRecipient
- All Implemented Interfaces:
KeyAgreeRecipient, Recipient
- Direct Known Subclasses:
JceKeyAgreeRecipient
public abstract class AbstractKeyAgreeRecipient
extends AbstractRecipient
implements KeyAgreeRecipient
-
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 AbstractRecipient
checkTagSize, isContentAlgorithmAllowed, setAllowedContentAlgorithmSet, setMinimumTagSizeInBitsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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)
-