public class TrustValidator extends Object
| Constructor and Description |
|---|
TrustValidator() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void validateTrust(org.apache.wss4j.common.crypto.Crypto crypto,
X509Certificate cert,
PublicKey publicKey)
throws org.apache.wss4j.common.ext.WSSecurityException
org.apache.wss4j.common.ext.WSSecurityExceptionpublic void validateTrust(org.apache.wss4j.common.crypto.Crypto crypto,
X509Certificate cert,
PublicKey publicKey,
Collection<Pattern> subjectCertConstraints)
throws org.apache.wss4j.common.ext.WSSecurityException
org.apache.wss4j.common.ext.WSSecurityExceptionApache CXF