|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EPPEncodedSignedCodeValue | |
|---|---|
| com.verisign.epp.codec.nv | |
| com.verisign.epp.codec.verificationcode | |
| Uses of EPPEncodedSignedCodeValue in com.verisign.epp.codec.nv |
|---|
| Methods in com.verisign.epp.codec.nv that return EPPEncodedSignedCodeValue | |
|---|---|
EPPEncodedSignedCodeValue |
EPPNameVerificationInfoSignedCodeResult.getSignedCode()
Gets the signed code that provides proof of verification. |
EPPEncodedSignedCodeValue |
EPPNameVerificationCreateSuccess.getSignedCode()
Gets the signed code that provides proof of verification. |
| Methods in com.verisign.epp.codec.nv with parameters of type EPPEncodedSignedCodeValue | |
|---|---|
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. |
| Constructors in com.verisign.epp.codec.nv with parameters of type EPPEncodedSignedCodeValue | |
|---|---|
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. |
|
| Uses of EPPEncodedSignedCodeValue in com.verisign.epp.codec.verificationcode |
|---|
| Methods in com.verisign.epp.codec.verificationcode that return types with arguments of type EPPEncodedSignedCodeValue | |
|---|---|
java.util.List<EPPEncodedSignedCodeValue> |
EPPEncodedSignedCode.getSignedCodes()
Gets the list of encoded signed codes. |
| Methods in com.verisign.epp.codec.verificationcode with parameters of type EPPEncodedSignedCodeValue | |
|---|---|
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. |
| Method parameters in com.verisign.epp.codec.verificationcode with type arguments of type EPPEncodedSignedCodeValue | |
|---|---|
void |
EPPEncodedSignedCode.setSignedCodes(java.util.List<EPPEncodedSignedCodeValue> aCodes)
Sets the list of encoded signed codes. |
| Constructors in com.verisign.epp.codec.verificationcode with parameters of type EPPEncodedSignedCodeValue | |
|---|---|
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 parameters in com.verisign.epp.codec.verificationcode with type arguments of type EPPEncodedSignedCodeValue | |
|---|---|
EPPEncodedSignedCode(java.util.List<EPPEncodedSignedCodeValue> aCodes)
Create an EPPEncodedSignedCode with a list of encoded signed
code values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||