iaik.tc.asn1.skae
Class EnvelopedAttestationEvidence

Object
  extended by BaseStructure
      extended by EvidenceBase
          extended by EnvelopedAttestationEvidence

public class EnvelopedAttestationEvidence
extends EvidenceBase

EnvelopedAttestationEvidence ASN.1 structure.

 EnvelopedAttestationEvidence ::= SEQUENCE {
   recipientInfos       RecipientInfos,
   encryptedAttestInfo  EncryptedAttestationInfo }

 RecipientInfos ::= SET SIZE (1..MAX) OF RecipientInfo
 


Constructor Summary
EnvelopedAttestationEvidence()
           
EnvelopedAttestationEvidence(ASN1Object obj)
           
EnvelopedAttestationEvidence(RecipientInfo[] recipientInfo, EncryptedAttestationInfo encryptedAttestInfo)
           
 
Method Summary
 EncryptedAttestationInfo getEncryptedAttestationInfo()
           
 RecipientInfo[] getRecipientInfo()
           
 void setEncryptedAttestationInfo(EncryptedAttestationInfo encryptedAttestInfo)
           
 void setRecipientInfo(RecipientInfo[] recipientInfo)
           
 ASN1Object toASN1Object()
           
 String toString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnvelopedAttestationEvidence

public EnvelopedAttestationEvidence()

EnvelopedAttestationEvidence

public EnvelopedAttestationEvidence(RecipientInfo[] recipientInfo,
                                    EncryptedAttestationInfo encryptedAttestInfo)

EnvelopedAttestationEvidence

public EnvelopedAttestationEvidence(ASN1Object obj)
                             throws CodingException
Throws:
CodingException
Method Detail

toASN1Object

public ASN1Object toASN1Object()
                        throws CodingException
Specified by:
toASN1Object in class EvidenceBase
Throws:
CodingException

setEncryptedAttestationInfo

public void setEncryptedAttestationInfo(EncryptedAttestationInfo encryptedAttestInfo)

setRecipientInfo

public void setRecipientInfo(RecipientInfo[] recipientInfo)

getEncryptedAttestationInfo

public EncryptedAttestationInfo getEncryptedAttestationInfo()

getRecipientInfo

public RecipientInfo[] getRecipientInfo()

toString

public String toString()
Overrides:
toString in class Object