public class ExplicitX509CertificateTrustEngineTest 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 |
|---|
ExplicitX509CertificateTrustEngineTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
void |
testCertTrusted() |
void |
testTrustedKeyNoTrustedCert() |
void |
testUntrusted() |
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 ExplicitX509CertificateTrustEngineTest()
public void testCertTrusted()
throws org.opensaml.security.SecurityException
org.opensaml.security.SecurityExceptionpublic void testUntrusted()
throws org.opensaml.security.SecurityException
org.opensaml.security.SecurityExceptionpublic void testTrustedKeyNoTrustedCert()
throws org.opensaml.security.SecurityException
org.opensaml.security.SecurityExceptionCopyright © 1999–2014. All rights reserved.