public class

AuthenticatedSafe

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.pkcs.AuthenticatedSafe

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
AuthenticatedSafe(ASN1Sequence seq)
AuthenticatedSafe(ContentInfo[] info)
Public Methods
ContentInfo[] getContentInfo()
DERObject toASN1Object()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public AuthenticatedSafe (ASN1Sequence seq)

public AuthenticatedSafe (ContentInfo[] info)

Public Methods

public ContentInfo[] getContentInfo ()

public DERObject toASN1Object ()