public class AuthenticatedSafe extends ASN1Object
Constructor and Description |
---|
AuthenticatedSafe(ContentInfo[] info) |
Modifier and Type | Method and Description |
---|---|
ContentInfo[] |
getContentInfo() |
static AuthenticatedSafe |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public AuthenticatedSafe(ContentInfo[] info)
public static AuthenticatedSafe getInstance(java.lang.Object o)
public ContentInfo[] getContentInfo()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object