Package org.bouncycastle.cms
Class AbstractKeyTransRecipient
java.lang.Object
org.bouncycastle.cms.AbstractRecipient
org.bouncycastle.cms.AbstractKeyTransRecipient
- All Implemented Interfaces:
KeyTransRecipient,Recipient
- Direct Known Subclasses:
JceKeyTransRecipient
public abstract class AbstractKeyTransRecipient
extends AbstractRecipient
implements KeyTransRecipient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisGOST(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithmOID) Methods inherited from class org.bouncycastle.cms.AbstractRecipient
checkTagSize, isContentAlgorithmAllowed, setAllowedContentAlgorithmSet, setMinimumTagSizeInBitsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bouncycastle.cms.KeyTransRecipient
getRecipientOperator
-
Constructor Details
-
AbstractKeyTransRecipient
public AbstractKeyTransRecipient()
-
-
Method Details
-
isGOST
protected boolean isGOST(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithmOID)
-