| Package | Description |
|---|---|
| com.verisign.epp.codec.verificationcode |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RevokedVerificationCode> |
VerificationCodeRevocationList.getRevokedVerificationCodes()
Gets the list of revoked
VerificationCode's. |
| Modifier and Type | Method and Description |
|---|---|
void |
VerificationCodeRevocationList.addRevokedVerificationCode(RevokedVerificationCode aRevokedVerificationCode)
Adds a revoked
VerificationCode to the list of revoked
VerificationCode's. |
| Modifier and Type | Method and Description |
|---|---|
void |
VerificationCodeRevocationList.setRevokedVerificationCodes(java.util.List<RevokedVerificationCode> aRevokedVerificationCodes)
Sets the list of revoked
VerificationCode's. |
| Constructor and Description |
|---|
VerificationCodeRevocationList(java.util.Date aCreatedDate,
java.util.List<RevokedVerificationCode> aRevokedVerificationCodes)
Constructor that takes the requirement created date attribute value and
the optional list of revoked VerificationCode's.
|
Copyright © VeriSign Inc. All Rights Reserved.