Package org.apache.wss4j.dom.processor
Class CertificateResult
- java.lang.Object
-
- org.apache.wss4j.dom.processor.CertificateResult
-
public class CertificateResult extends Object
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
Constructors Modifier Constructor Description protectedCertificateResult(X509Certificate[] certs, PublicKey publicKey, STRParser.REFERENCE_TYPE referenceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description STRParser.REFERENCE_TYPEgetCertificatesReferenceType()X509Certificate[]getCerts()PublicKeygetPublicKey()
-
-
-
Constructor Detail
-
CertificateResult
protected CertificateResult(X509Certificate[] certs, PublicKey publicKey, STRParser.REFERENCE_TYPE referenceType)
-
-
Method Detail
-
getCerts
public X509Certificate[] getCerts()
-
getPublicKey
public PublicKey getPublicKey()
-
getCertificatesReferenceType
public STRParser.REFERENCE_TYPE getCertificatesReferenceType()
-
-