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