Package | Description |
---|---|
com.verisign.epp.codec.signedMark |
Modifier and Type | Method and Description |
---|---|
EPPIssuer |
EPPSignedMark.getIssuer()
Gets issuer of the signed mark.
|
Constructor and Description |
---|
EPPEncodedSignedMark(java.lang.String aId,
EPPIssuer aIssuer,
java.util.Date aNotBefore,
java.util.Date aNotAfter,
EPPMark aMark)
Create an
EPPEncodedSignedMark with the id, issuer, not before
date, not after date, and the mark attributes of the signed mark. |
EPPSignedMark(java.lang.String aId,
EPPIssuer aIssuer,
java.util.Date aNotBefore,
java.util.Date aNotAfter,
EPPMark aMark)
Create an
EPPSignedMark with the id, issuer, not before date,
not after date, and the mark attributes of the signed mark. |
Copyright © VeriSign Inc. All Rights Reserved.