Uses of Class
org.bouncycastle.asn1.x9.KeySpecificInfo
-
Packages that use KeySpecificInfo Package Description org.bouncycastle.asn1.x9 -
-
Uses of KeySpecificInfo in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return KeySpecificInfo Modifier and Type Method Description static KeySpecificInfo
KeySpecificInfo. getInstance(Object obj)
Return a KeySpecificInfo object from the passed in object.KeySpecificInfo
OtherInfo. 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)
-