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

Packages that use RevokedSMD
com.verisign.epp.codec.signedMark   
 

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

Methods in com.verisign.epp.codec.signedMark that return types with arguments of type RevokedSMD
 java.util.List<RevokedSMD> SMDRevocationList.getRevokedSMDs()
          Gets the list of revoked SMD's.
 

Methods in com.verisign.epp.codec.signedMark with parameters of type RevokedSMD
 void SMDRevocationList.addRevokedSMD(RevokedSMD aRevokedSMD)
          Adds a revoked SMD to the list of revoked SMD's.
 

Method parameters in com.verisign.epp.codec.signedMark with type arguments of type RevokedSMD
 void SMDRevocationList.setRevokedSMDs(java.util.List<RevokedSMD> aRevokedSMDs)
          Sets the list of revoked SMD's.
 

Constructor parameters in com.verisign.epp.codec.signedMark with type arguments of type RevokedSMD
SMDRevocationList(java.util.Date aCreatedDate, java.util.List<RevokedSMD> aRevokedSMDs)
          Constructor that takes the requirement created date attribute value and the optional list of revoked SMD's.
 



Copyright © VeriSign Inc. All Rights Reserved.