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 OriginatorIdentifierOrKey
OriginatorIdentifierOrKey. getInstance(Object o)
Return an OriginatorIdentifierOrKey object from the given object.static OriginatorIdentifierOrKey
OriginatorIdentifierOrKey. getInstance(org.bouncycastle.asn1.ASN1TaggedObject o, boolean explicit)
Return an OriginatorIdentifierOrKey object from a tagged object.OriginatorIdentifierOrKey
KeyAgreeRecipientInfo. getOriginator()
Constructors in org.bouncycastle.asn1.cms with parameters of type OriginatorIdentifierOrKey Constructor Description KeyAgreeRecipientInfo(OriginatorIdentifierOrKey originator, org.bouncycastle.asn1.ASN1OctetString ukm, org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.ASN1Sequence recipientEncryptedKeys)
-