|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPSignedMark | |
---|---|
com.verisign.epp.codec.launch |
Uses of EPPSignedMark in com.verisign.epp.codec.launch |
---|
Methods in com.verisign.epp.codec.launch that return EPPSignedMark | |
---|---|
EPPSignedMark |
EPPLaunchCreate.getSignedMark()
Gets the signed mark when using the Sunrise Create Form. |
Methods in com.verisign.epp.codec.launch that return types with arguments of type EPPSignedMark | |
---|---|
java.util.List<EPPSignedMark> |
EPPLaunchCreate.getSignedMarks()
Gets the list of signed marks. |
Methods in com.verisign.epp.codec.launch with parameters of type EPPSignedMark | |
---|---|
void |
EPPLaunchCreate.addSignedMark(EPPSignedMark aSignedMark)
Adds a signed mark to the list of signed marks. |
void |
EPPLaunchCreate.setSignedMark(EPPSignedMark aSignedMark)
Sets the signed mark when using the Sunrise Create Form. |
Method parameters in com.verisign.epp.codec.launch with type arguments of type EPPSignedMark | |
---|---|
void |
EPPLaunchCreate.setSignedMarks(java.util.List<EPPSignedMark> aSignedMarks)
Sets the list of signed marks. |
Constructors in com.verisign.epp.codec.launch with parameters of type EPPSignedMark | |
---|---|
EPPLaunchCreate(EPPLaunchPhase aPhase,
EPPSignedMark aSignedMark)
Create a EPPLaunchCreate instance with the required phase
and a single signed mark. |
|
EPPLaunchCreate(EPPLaunchPhase aPhase,
EPPSignedMark aSignedMark,
java.lang.String aType)
Create a EPPLaunchCreate instance with the required phase
and a single signed mark and optional type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |