Package org.bouncycastle.cms
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 Constructor Description AbstractKeyAgreeRecipient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 org.bouncycastle.cms.AbstractRecipient
checkTagSize, isContentAlgorithmAllowed, setAllowedContentAlgorithmSet, setMinimumTagSizeInBits
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.cms.KeyAgreeRecipient
getPrivateKeyAlgorithmIdentifier, getRecipientOperator
-
-
-
-
Method Detail
-
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)
-
-