public class ExplicitKeyTrustEngineTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<org.opensaml.security.credential.Credential> |
credentials |
private net.shibboleth.utilities.java.support.resolver.CriteriaSet |
criteriaSet |
private X509Certificate |
entityCert |
private String |
entityCertBase64 |
private RSAPublicKey |
entityPubKey |
private org.opensaml.security.credential.BasicCredential |
entityRSACred |
private BasicX509Credential |
entityX509Cred |
private X509Certificate |
otherCert1 |
private String |
otherCert1Base64 |
private X509Certificate |
otherCert2 |
private String |
otherCert2Base64 |
private String |
rsaBase64 |
| Constructor and Description |
|---|
ExplicitKeyTrustEngineTest() |
private RSAPublicKey entityPubKey
private final String rsaBase64
private X509Certificate entityCert
private String entityCertBase64
private X509Certificate otherCert1
private String otherCert1Base64
private X509Certificate otherCert2
private String otherCert2Base64
private org.opensaml.security.credential.BasicCredential entityRSACred
private BasicX509Credential entityX509Cred
private List<org.opensaml.security.credential.Credential> credentials
private net.shibboleth.utilities.java.support.resolver.CriteriaSet criteriaSet
public void testKeyTrusted()
throws org.opensaml.security.SecurityException
org.opensaml.security.SecurityExceptionpublic void testCertTrusted()
throws org.opensaml.security.SecurityException
org.opensaml.security.SecurityExceptionpublic void testUntrusted()
throws org.opensaml.security.SecurityException
org.opensaml.security.SecurityExceptionCopyright © 1999–2014. All rights reserved.