Uses of Class
org.bouncycastle.asn1.cms.OriginatorPublicKey
-
Packages that use OriginatorPublicKey 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).org.bouncycastle.asn1.cms.ecc Classes specific to RFC 5753 "Use of Elliptic Curve Cryptography (ECC) Algorithms in Cryptographic Message Syntax." -
-
Uses of OriginatorPublicKey in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return OriginatorPublicKey Modifier and Type Method Description static OriginatorPublicKeyOriginatorPublicKey. getInstance(java.lang.Object obj)Return an OriginatorPublicKey object from the given object.static OriginatorPublicKeyOriginatorPublicKey. getInstance(ASN1TaggedObject obj, boolean explicit)Return an OriginatorPublicKey object from a tagged object.OriginatorPublicKeyOriginatorIdentifierOrKey. getOriginatorKey()Constructors in org.bouncycastle.asn1.cms with parameters of type OriginatorPublicKey Constructor Description OriginatorIdentifierOrKey(OriginatorPublicKey id) -
Uses of OriginatorPublicKey in org.bouncycastle.asn1.cms.ecc
Methods in org.bouncycastle.asn1.cms.ecc that return OriginatorPublicKey Modifier and Type Method Description OriginatorPublicKeyMQVuserKeyingMaterial. getEphemeralPublicKey()Constructors in org.bouncycastle.asn1.cms.ecc with parameters of type OriginatorPublicKey Constructor Description MQVuserKeyingMaterial(OriginatorPublicKey ephemeralPublicKey, ASN1OctetString addedukm)
-