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 Support classes for CMS ECC - RFC 5753/3278. -
-
Uses of OriginatorPublicKey in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return OriginatorPublicKey Modifier and Type Method Description static OriginatorPublicKey
OriginatorPublicKey. getInstance(Object obj)
Return an OriginatorPublicKey object from the given object.static OriginatorPublicKey
OriginatorPublicKey. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
Return an OriginatorPublicKey object from a tagged object.OriginatorPublicKey
OriginatorIdentifierOrKey. 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 OriginatorPublicKey
MQVuserKeyingMaterial. getEphemeralPublicKey()
Constructors in org.bouncycastle.asn1.cms.ecc with parameters of type OriginatorPublicKey Constructor Description MQVuserKeyingMaterial(OriginatorPublicKey ephemeralPublicKey, org.bouncycastle.asn1.ASN1OctetString addedukm)
-