Class TrustValidator
- java.lang.Object
-
- org.apache.cxf.rs.security.common.TrustValidator
-
public class TrustValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description TrustValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidateTrust(org.apache.wss4j.common.crypto.Crypto crypto, X509Certificate cert, PublicKey publicKey)voidvalidateTrust(org.apache.wss4j.common.crypto.Crypto crypto, X509Certificate cert, PublicKey publicKey, Collection<Pattern> subjectCertConstraints)
-
-
-
Method Detail
-
validateTrust
public void validateTrust(org.apache.wss4j.common.crypto.Crypto crypto, X509Certificate cert, PublicKey publicKey) throws org.apache.wss4j.common.ext.WSSecurityException- Throws:
org.apache.wss4j.common.ext.WSSecurityException
-
validateTrust
public void validateTrust(org.apache.wss4j.common.crypto.Crypto crypto, X509Certificate cert, PublicKey publicKey, Collection<Pattern> subjectCertConstraints) throws org.apache.wss4j.common.ext.WSSecurityException- Throws:
org.apache.wss4j.common.ext.WSSecurityException
-
-