Uses of Class
org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey
-
Packages that use OriginatorIdentifierOrKey Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630). -
-
Uses of OriginatorIdentifierOrKey in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return OriginatorIdentifierOrKey Modifier and Type Method Description static OriginatorIdentifierOrKeyOriginatorIdentifierOrKey. getInstance(java.lang.Object o)Return an OriginatorIdentifierOrKey object from the given object.static OriginatorIdentifierOrKeyOriginatorIdentifierOrKey. getInstance(ASN1TaggedObject o, boolean explicit)Return an OriginatorIdentifierOrKey object from a tagged object.OriginatorIdentifierOrKeyKeyAgreeRecipientInfo. getOriginator()Constructors in org.bouncycastle.asn1.cms with parameters of type OriginatorIdentifierOrKey Constructor Description KeyAgreeRecipientInfo(OriginatorIdentifierOrKey originator, ASN1OctetString ukm, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1Sequence recipientEncryptedKeys)
-