org.apache.cxf.rs.security.common
Class TrustValidator

java.lang.Object
  extended by org.apache.cxf.rs.security.common.TrustValidator

public class TrustValidator
extends Object


Constructor Summary
TrustValidator()
           
 
Method Summary
 void validateTrust(org.apache.wss4j.common.crypto.Crypto crypto, X509Certificate cert, PublicKey publicKey)
           
 void validateTrust(org.apache.wss4j.common.crypto.Crypto crypto, X509Certificate cert, PublicKey publicKey, Collection<Pattern> subjectCertConstraints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustValidator

public TrustValidator()
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


Apache CXF