Package org.apache.wss4j.dom.processor
Class CertificateResult
java.lang.Object
org.apache.wss4j.dom.processor.CertificateResult
Class contains the result of locating public key using the KeyInfoType element.
The result is either a PublicKey or/and an X509Certificate chain with the STRParser.REFERENCE_TYPE.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCertificateResult(X509Certificate[] certs, PublicKey publicKey, STRParser.REFERENCE_TYPE referenceType) -
Method Summary
-
Constructor Details
-
CertificateResult
protected CertificateResult(X509Certificate[] certs, PublicKey publicKey, STRParser.REFERENCE_TYPE referenceType)
-
-
Method Details
-
getCerts
-
getPublicKey
-
getCertificatesReferenceType
-