Package | Description |
---|---|
com.verisign.epp.codec.verificationcode |
Modifier and Type | Method and Description |
---|---|
EPPVerificationCode |
EPPSignedCode.getCode()
Gets the code value associated with the signed code.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPVerificationCode> |
EPPVerificationCodeProfile.getMissingCodes()
Returns the list of missing codes.
|
java.util.List<EPPVerificationCode> |
EPPVerificationCodeProfile.getSetCodes()
Returns the list of set codes.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPVerificationCodeProfile.addMissingCode(EPPVerificationCode aMissingCode)
Add a missing code to the list of missing codes.
|
void |
EPPVerificationCodeProfile.addSetCode(EPPVerificationCode aSetCode)
Add a set code to the list of set codes.
|
boolean |
TrustAnchorVerificationCodeValidator.validate(EPPVerificationCode aVerificationCode,
java.lang.Object aData)
Validate the contents of a verification code using the trust anchor of
the signed code to look up the trust store alias, and then using the
trust store alias to apply the validation logic for the verification
code.
|
boolean |
EPPVerificationCodeValidator.validate(EPPVerificationCode aVerificationCode,
java.lang.Object aData)
Validate the contents of a verification code using local server policy.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPVerificationCodeProfile.setMissingCodes(java.util.List<EPPVerificationCode> aMissingCodes)
Sets the missing codes.
|
void |
EPPVerificationCodeProfile.setSetCodes(java.util.List<EPPVerificationCode> aSetCodes)
Sets the set codes.
|
Constructor and Description |
---|
EPPEncodedSignedCode(EPPVerificationCode aCode)
Create an
EPPEncodedSignedCode with the code of the signed
code. |
EPPEncodedSignedCodeValue(EPPVerificationCode aCode)
Create an
EPPEncodedSignedCodeValue with the code of the
signed code. |
EPPSignedCode(EPPVerificationCode aCode)
Create an
EPPSignedCode with the code of the signed code. |
Constructor and Description |
---|
EPPVerificationCodeProfile(java.lang.String aProfileName,
EPPVerificationCodeProfile.Status aStatus,
java.util.List<EPPVerificationCode> aMissingCodes,
java.util.List<EPPVerificationCode> aSetCodes)
Create a EPPVerificationCodeInfData instance with the all required and
optional attributes.
|
EPPVerificationCodeProfile(java.lang.String aProfileName,
EPPVerificationCodeProfile.Status aStatus,
java.util.List<EPPVerificationCode> aMissingCodes,
java.util.List<EPPVerificationCode> aSetCodes)
Create a EPPVerificationCodeInfData instance with the all required and
optional attributes.
|
Copyright © VeriSign Inc. All Rights Reserved.