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 Constructor Description AbstractKeyTransRecipient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisGOST(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.KeyTransRecipient
getRecipientOperator
-
-