Package | Description |
---|---|
com.verisign.epp.codec.signedMark |
Modifier and Type | Method and Description |
---|---|
java.util.List<RevokedSMD> |
SMDRevocationList.getRevokedSMDs()
Gets the list of revoked SMD's.
|
Modifier and Type | Method and Description |
---|---|
void |
SMDRevocationList.addRevokedSMD(RevokedSMD aRevokedSMD)
Adds a revoked SMD to the list of revoked SMD's.
|
Modifier and Type | Method and Description |
---|---|
void |
SMDRevocationList.setRevokedSMDs(java.util.List<RevokedSMD> aRevokedSMDs)
Sets the list of revoked SMD's.
|
Constructor and Description |
---|
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.