Uses of Class
com.verisign.epp.codec.signedMark.EPPSignedMark

Packages that use EPPSignedMark
com.verisign.epp.codec.launch   
com.verisign.epp.codec.signedMark   
 

Uses of EPPSignedMark in com.verisign.epp.codec.launch
 

Methods in com.verisign.epp.codec.launch that return EPPSignedMark
 EPPSignedMark EPPLaunchCreate.getSignedMark()
          Gets the signed mark when using the Sunrise Create Form.
 

Methods in com.verisign.epp.codec.launch that return types with arguments of type EPPSignedMark
 java.util.List<EPPSignedMark> EPPLaunchCreate.getSignedMarks()
          Gets the list of signed marks.
 

Methods in com.verisign.epp.codec.launch with parameters of type EPPSignedMark
 void EPPLaunchCreate.addSignedMark(EPPSignedMark aSignedMark)
          Adds a signed mark to the list of signed marks.
 void EPPLaunchCreate.setSignedMark(EPPSignedMark aSignedMark)
          Sets the signed mark when using the Sunrise Create Form.
 

Method parameters in com.verisign.epp.codec.launch with type arguments of type EPPSignedMark
 void EPPLaunchCreate.setSignedMarks(java.util.List<EPPSignedMark> aSignedMarks)
          Sets the list of signed marks.
 

Constructors in com.verisign.epp.codec.launch with parameters of type EPPSignedMark
EPPLaunchCreate(EPPLaunchPhase aPhase, EPPSignedMark aSignedMark)
          Create a EPPLaunchCreate instance with the required phase and a single signed mark.
EPPLaunchCreate(EPPLaunchPhase aPhase, EPPSignedMark aSignedMark, java.lang.String aType)
          Create a EPPLaunchCreate instance with the required phase and a single signed mark and optional type.
 

Uses of EPPSignedMark in com.verisign.epp.codec.signedMark
 

Subclasses of EPPSignedMark in com.verisign.epp.codec.signedMark
 class EPPEncodedSignedMark
          Class for the encoded signed mark, which contains the mark (EPPMark), and additional elements associated with the signing of the mark like the serial number of the signed mark, the expiration of the signed mark, and the XMLSignature itself.
 

Methods in com.verisign.epp.codec.signedMark with parameters of type EPPSignedMark
 boolean SMDRevocationList.isRevoked(EPPSignedMark aSignedMark)
          Is the passed signed mark revoked?
 

Constructors in com.verisign.epp.codec.signedMark with parameters of type EPPSignedMark
EPPEncodedSignedMark(EPPSignedMark aSignedMark)
          Construct Encoded SignMark object from SignMark object.
 



Copyright ? VeriSign Inc. All Rights Reserved.