Uses of Class
org.bouncycastle.asn1.x9.KeySpecificInfo
-
Packages that use KeySpecificInfo Package Description org.bouncycastle.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve. -
-
Uses of KeySpecificInfo in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return KeySpecificInfo Modifier and Type Method Description static KeySpecificInfoKeySpecificInfo. getInstance(java.lang.Object obj)Return a KeySpecificInfo object from the passed in object.KeySpecificInfoOtherInfo. getKeyInfo()Return the key specific info for the KEK/CEK.Constructors in org.bouncycastle.asn1.x9 with parameters of type KeySpecificInfo Constructor Description OtherInfo(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo)
-