| Package | Description |
|---|---|
| com.verisign.epp.codec.launch | |
| com.verisign.epp.codec.signedMark |
| Modifier and Type | Method and Description |
|---|---|
EPPSignedMark |
EPPLaunchCreate.getSignedMark()
Gets the signed mark when using the Sunrise Create Form.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EPPSignedMark> |
EPPLaunchCreate.getSignedMarks()
Gets the list of signed marks.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPPLaunchCreate.setSignedMarks(java.util.List<EPPSignedMark> aSignedMarks)
Sets the list of signed marks.
|
| Constructor and Description |
|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
EPPEncodedSignedMark
Class for the encoded signed mark, which contains the mark (
EPPMark),
and additional elements associated with the signing of the mark like the
serial number of the signed mark, the expiration of the signed mark, and the
XMLSignature itself. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SMDRevocationList.isRevoked(EPPSignedMark aSignedMark)
Is the passed signed mark revoked?
|
| Constructor and Description |
|---|
EPPEncodedSignedMark(EPPSignedMark aSignedMark)
Construct Encoded SignMark object from SignMark object.
|
Copyright © VeriSign Inc. All Rights Reserved.