|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPIssuer | |
---|---|
com.verisign.epp.codec.signedMark |
Uses of EPPIssuer in com.verisign.epp.codec.signedMark |
---|
Methods in com.verisign.epp.codec.signedMark that return EPPIssuer | |
---|---|
EPPIssuer |
EPPSignedMark.getIssuer()
Gets issuer of the signed mark. |
Methods in com.verisign.epp.codec.signedMark with parameters of type EPPIssuer | |
---|---|
void |
EPPSignedMark.setIssuer(EPPIssuer aIssuer)
Sets the issuer of the signed mark. |
Constructors in com.verisign.epp.codec.signedMark with parameters of type EPPIssuer | |
---|---|
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. |
|
EPPSignedMark(java.lang.String aId,
EPPIssuer aIssuer,
java.util.Date aNotBefore,
java.util.Date aNotAfter,
EPPMark aMark,
boolean aBase64Encoded)
Create an EPPSignedMark will all of the attributes except
for the signature that must be generated by calling
EPPSignedMark.sign(PrivateKey) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |