Uses of Class
org.bouncycastle.asn1.cms.OriginatorPublicKey
-
Packages that use OriginatorPublicKey Package Description org.bouncycastle.asn1.cms org.bouncycastle.asn1.cms.ecc -
-
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(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, ASN1OctetString addedukm)
-