iaik.tc.asn1.skae
Class EncryptedAttestationInfo

Object
  extended by BaseStructure
      extended by EncryptedAttestationInfo

public class EncryptedAttestationInfo
extends BaseStructure

EncryptedAttestationInfo ASN.1 structure.

 EncryptedAttestationInfo::= SEQUENCE {
   encryptionAlgorithm      AlgorithmIdentifier,
   encryptedAttestEvidence  OCTET STRING
   -- The ciphertext resulting from the encryption of
   -- DER-encoded AttestationEvidence -- }
 


Constructor Summary
EncryptedAttestationInfo()
           
EncryptedAttestationInfo(AlgorithmID aId, OCTET_STRING encAttestEvidence)
           
EncryptedAttestationInfo(ASN1Object obj)
           
 
Method Summary
 OCTET_STRING getEncryptedAttestEvidence()
           
 AlgorithmID getEncryptionAlgorithm()
           
 void setEncryptedAttestEvidence(OCTET_STRING encAttestEvidence)
           
 void setEncryptionAlgorithm(AlgorithmID aId)
           
 ASN1Object toASN1Object()
           
 String toString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncryptedAttestationInfo

public EncryptedAttestationInfo()

EncryptedAttestationInfo

public EncryptedAttestationInfo(AlgorithmID aId,
                                OCTET_STRING encAttestEvidence)

EncryptedAttestationInfo

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

toASN1Object

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

setEncryptionAlgorithm

public void setEncryptionAlgorithm(AlgorithmID aId)

setEncryptedAttestEvidence

public void setEncryptedAttestEvidence(OCTET_STRING encAttestEvidence)

getEncryptionAlgorithm

public AlgorithmID getEncryptionAlgorithm()

getEncryptedAttestEvidence

public OCTET_STRING getEncryptedAttestEvidence()

toString

public String toString()
Overrides:
toString in class Object