Uses of Class
org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey
Packages that use OriginatorIdentifierOrKey
Package
Description
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 OriginatorIdentifierOrKeyModifier and TypeMethodDescriptionstatic OriginatorIdentifierOrKeyOriginatorIdentifierOrKey.getInstance(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.KeyAgreeRecipientInfo.getOriginator()Constructors in org.bouncycastle.asn1.cms with parameters of type OriginatorIdentifierOrKeyModifierConstructorDescriptionKeyAgreeRecipientInfo(OriginatorIdentifierOrKey originator, ASN1OctetString ukm, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1Sequence recipientEncryptedKeys)