Uses of Class
iaik.asn1.OCTET_STRING

Packages that use OCTET_STRING
com.entrust.toolkit.asn1.structures Contains clases used to parse ASN.1 structures. 
iaik.asn1   
 

Uses of OCTET_STRING in com.entrust.toolkit.asn1.structures
 

Methods in com.entrust.toolkit.asn1.structures that return OCTET_STRING
 OCTET_STRING PKIHeader.getTransactionID()
          This method returns the transaction ID associated with the PKIHeader.
 OCTET_STRING PKIHeader.getSenderNonce()
          This method returns the sender random nonce associated with the PKIHeader.
 OCTET_STRING PKIHeader.getRecipNonce()
          This method returns the recipient random nonce associated with the PKIHeader.
 OCTET_STRING PasswordBasedMacParameterSpec.getSalt()
           
 OCTET_STRING Extension.getExtnValue()
           
 

Methods in com.entrust.toolkit.asn1.structures with parameters of type OCTET_STRING
 void PKIHeader.setTransactionID(OCTET_STRING transactionID)
          This method sets the transaction ID associated with the PKIHeader.
 void PKIHeader.setSenderNonce(OCTET_STRING senderNonce)
          This method sets the sender random nonce associated with the PKIHeader.
 void PKIHeader.setRecipNonce(OCTET_STRING recipNonce)
          This method sets the recipient random nonce associated with the PKIHeader.
 void PasswordBasedMacParameterSpec.setSalt(OCTET_STRING salt)
           
 void Extension.setExtnValue(OCTET_STRING extnValue)
           
 

Constructors in com.entrust.toolkit.asn1.structures with parameters of type OCTET_STRING
PKIHeader.PKIHeader(int pvno, GeneralName sender, GeneralName recipient, GeneralizedTime messageTime, AlgorithmID protectionAlg, ASN1Object senderKID, ASN1Object recipKID, OCTET_STRING transactionID, OCTET_STRING senderNonce, OCTET_STRING recipNonce)
          This constructor, given all of the information that can be included, creates a PKIHeader object.
 

Uses of OCTET_STRING in iaik.asn1
 

Methods in iaik.asn1 that return OCTET_STRING
 OCTET_STRING OCTET_STRING.getSimpleOctetString()
          Returns this OCTET_STRING as simple OCTET_STRING.