org.gudy.bouncycastle.asn1.pkcs
Class AuthenticatedSafe

java.lang.Object
  extended by org.gudy.bouncycastle.asn1.pkcs.AuthenticatedSafe
All Implemented Interfaces:
DEREncodable

public class AuthenticatedSafe
extends Object
implements DEREncodable


Constructor Summary
AuthenticatedSafe(ASN1Sequence seq)
           
AuthenticatedSafe(ContentInfo[] info)
           
 
Method Summary
 ContentInfo[] getContentInfo()
           
 DERObject getDERObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatedSafe

public AuthenticatedSafe(ASN1Sequence seq)

AuthenticatedSafe

public AuthenticatedSafe(ContentInfo[] info)
Method Detail

getContentInfo

public ContentInfo[] getContentInfo()

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable