|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.verificationcode.TrustAnchorVerificationCodeValidator
public class TrustAnchorVerificationCodeValidator
Concrete verification code validator that leverages the encoding of the trust
anchor aliases in the verification code trust store to apply specific
validations, which include:
TrustAnchorVerificationData
.
Constructor Summary | |
---|---|
TrustAnchorVerificationCodeValidator(java.security.KeyStore aTrustStore)
Constructor of TrustAnchorVerificationCodeValidator that
takes the trust store containing the verification code trust anchors with
the aliases encoding according to the format defined in
TrustAnchorVerificationData . |
Method Summary | |
---|---|
boolean |
validate(EPPVerificationCode aVerificationCode,
java.lang.Object aData)
Validate the contents of a verification code using the trust anchor of the signed code to look up the trust store alias, and then using the trust store alias to apply the validation logic for the verification code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrustAnchorVerificationCodeValidator(java.security.KeyStore aTrustStore)
TrustAnchorVerificationCodeValidator
that
takes the trust store containing the verification code trust anchors with
the aliases encoding according to the format defined in
TrustAnchorVerificationData
.
aTrustStore
- Trust store to lookup the trust anchor alias to apply the
policy.Method Detail |
---|
public boolean validate(EPPVerificationCode aVerificationCode, java.lang.Object aData) throws EPPException
validate
in interface EPPVerificationCodeValidator
aVerificationCode
- Verification code to validateaData
- Must be the TrustAnchor
of the EPPSignedCode
.
true
if the verification code is valid;
false
otherwise.
EPPException
- Error executing the validation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |