iaik.tc.asn1.skae
Class AttestationEvidence

Object
  extended by BaseStructure
      extended by EvidenceBase
          extended by AttestationEvidence

public class AttestationEvidence
extends EvidenceBase

AttestationEvidence ASN.1 structure.

 AttestationEvidence ::= SEQUENCE {
   tpmCertifyInfo             TPMCertifyInfo,
   tpmIdentityCredAccessInfo  TPMIdentityCredentialAccessInfo
       -- Access information to a TPM identity credential used to
       -- sign TPMCertifyInfo -- }
 


Constructor Summary
AttestationEvidence()
           
AttestationEvidence(ASN1Object obj)
           
AttestationEvidence(TPMCertifyInfo tpmCertifyInfo_, TPMIdentityCredentialAccessInfo tpmIdentityCredAccessInfo)
           
 
Method Summary
 TPMCertifyInfo getTPMCertifyInfo()
           
 TPMIdentityCredentialAccessInfo getTPMIdentityCredentialAccessInfo()
           
 void setTPMCertifyInfo(TPMCertifyInfo tpmCertifyInfo)
           
 void setTPMIdentityCredentialAccessInfo(TPMIdentityCredentialAccessInfo tpmIdentityCredAccessInfo)
           
 ASN1Object toASN1Object()
           
 String toString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttestationEvidence

public AttestationEvidence()

AttestationEvidence

public AttestationEvidence(TPMCertifyInfo tpmCertifyInfo_,
                           TPMIdentityCredentialAccessInfo tpmIdentityCredAccessInfo)

AttestationEvidence

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

toASN1Object

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

setTPMCertifyInfo

public void setTPMCertifyInfo(TPMCertifyInfo tpmCertifyInfo)

setTPMIdentityCredentialAccessInfo

public void setTPMIdentityCredentialAccessInfo(TPMIdentityCredentialAccessInfo tpmIdentityCredAccessInfo)

getTPMCertifyInfo

public TPMCertifyInfo getTPMCertifyInfo()

getTPMIdentityCredentialAccessInfo

public TPMIdentityCredentialAccessInfo getTPMIdentityCredentialAccessInfo()

toString

public String toString()
Overrides:
toString in class Object