Package | Description |
---|---|
com.verisign.epp.codec.nv | |
com.verisign.epp.codec.verificationcode |
Modifier and Type | Method and Description |
---|---|
EPPEncodedSignedCodeValue |
EPPNameVerificationInfoSignedCodeResult.getSignedCode()
Gets the signed code that provides proof of verification.
|
EPPEncodedSignedCodeValue |
EPPNameVerificationCreateSuccess.getSignedCode()
Gets the signed code that provides proof of verification.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPNameVerificationInfoSignedCodeResult.setSignedCode(EPPEncodedSignedCodeValue aSignedCode)
Sets the signed code that provides proof of verification.
|
void |
EPPNameVerificationCreateSuccess.setSignedCode(EPPEncodedSignedCodeValue aSignedCode)
Sets the signed code that provides proof of verification.
|
Constructor and Description |
---|
EPPNameVerificationCreateSuccess(java.lang.String aCode,
java.lang.String aType,
EPPNameVerificationStatus aStatus,
java.util.Date aCrDate,
EPPEncodedSignedCodeValue aSignedCode)
EPPNameVerificationCreateSuccess constructor that takes the
required attributes. |
EPPNameVerificationInfoSignedCodeResult(java.lang.String aCode,
java.lang.String aType,
EPPEncodedSignedCodeValue aSignedCode)
EPPNameVerificationInfoSignedCodeResult constructor that takes all
required attributes. |
EPPNameVerificationInfoSignedCodeResult(java.lang.String aCode,
java.lang.String aType,
EPPEncodedSignedCodeValue aSignedCode,
EPPNameVerificationStatus aStatus,
EPPAuthInfo aAuthInfo)
EPPNameVerificationInfoSignedCodeResult constructor that takes all
attributes. |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPEncodedSignedCodeValue> |
EPPEncodedSignedCode.getSignedCodes()
Gets the list of encoded signed codes.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPEncodedSignedCode.addCode(EPPEncodedSignedCodeValue aCode)
Adds a encoded signed code to the list of encoded signed codes.
|
void |
EPPEncodedSignedCode.setCode(EPPEncodedSignedCodeValue aCode)
Sets the encoded signed codes to a single code.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPEncodedSignedCode.setSignedCodes(java.util.List<EPPEncodedSignedCodeValue> aCodes)
Sets the list of encoded signed codes.
|
Constructor and Description |
---|
EPPEncodedSignedCode(EPPEncodedSignedCodeValue aEncodedSignedCodeValue)
Construct an encoded signed code with a single encoded signed code value.
|
EPPSignedCode(EPPEncodedSignedCodeValue aEncodedSignedCode)
Convert an
EPPEncodedSignedCode into an
EPPSignedCode . |
Constructor and Description |
---|
EPPEncodedSignedCode(java.util.List<EPPEncodedSignedCodeValue> aCodes)
Create an
EPPEncodedSignedCode with a list of encoded signed
code values. |
Copyright © VeriSign Inc. All Rights Reserved.