|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPVerificationCode | |
---|---|
com.verisign.epp.codec.verificationcode |
Uses of EPPVerificationCode in com.verisign.epp.codec.verificationcode |
---|
Methods in com.verisign.epp.codec.verificationcode that return EPPVerificationCode | |
---|---|
EPPVerificationCode |
EPPSignedCode.getCode()
Gets the code value associated with the signed code. |
Methods in com.verisign.epp.codec.verificationcode that return types with arguments of type EPPVerificationCode | |
---|---|
java.util.List<EPPVerificationCode> |
EPPVerificationCodeProfile.getMissingCodes()
Returns the list of missing codes. |
java.util.List<EPPVerificationCode> |
EPPVerificationCodeProfile.getSetCodes()
Returns the list of set codes. |
Methods in com.verisign.epp.codec.verificationcode with parameters of type EPPVerificationCode | |
---|---|
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. |
Method parameters in com.verisign.epp.codec.verificationcode with type arguments of type EPPVerificationCode | |
---|---|
void |
EPPVerificationCodeProfile.setMissingCodes(java.util.List<EPPVerificationCode> aMissingCodes)
Sets the missing codes. |
void |
EPPVerificationCodeProfile.setSetCodes(java.util.List<EPPVerificationCode> aSetCodes)
Sets the set codes. |
Constructors in com.verisign.epp.codec.verificationcode with parameters of type EPPVerificationCode | |
---|---|
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 parameters in com.verisign.epp.codec.verificationcode with type arguments of type EPPVerificationCode | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |