Uses of Class
org.bouncycastle.asn1.cms.ecc.ECCCMSSharedInfo
-
Packages that use ECCCMSSharedInfo Package Description org.bouncycastle.asn1.cms.ecc Classes specific to RFC 5753 "Use of Elliptic Curve Cryptography (ECC) Algorithms in Cryptographic Message Syntax." -
-
Uses of ECCCMSSharedInfo in org.bouncycastle.asn1.cms.ecc
Methods in org.bouncycastle.asn1.cms.ecc that return ECCCMSSharedInfo Modifier and Type Method Description static ECCCMSSharedInfoECCCMSSharedInfo. getInstance(java.lang.Object obj)static ECCCMSSharedInfoECCCMSSharedInfo. getInstance(ASN1TaggedObject obj, boolean explicit)Return an ECC-CMS-SharedInfo object from a tagged object.
-