public class EvaluablePublicKeyCredentialCriterionTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.security.credential.BasicCredential |
credential |
private org.opensaml.security.criteria.PublicKeyCriterion |
criteria |
private String |
keyAlgo |
(package private) PublicKey |
pubKey |
| Constructor and Description |
|---|
EvaluablePublicKeyCredentialCriterionTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
void |
testCanNotEvaluate() |
void |
testNotSatisfyDifferentKey() |
void |
testRegistry() |
void |
testSatisfy() |
private org.opensaml.security.credential.BasicCredential credential
private String keyAlgo
PublicKey pubKey
private org.opensaml.security.criteria.PublicKeyCriterion criteria
public EvaluablePublicKeyCredentialCriterionTest()
public void testSatisfy()
public void testNotSatisfyDifferentKey()
throws NoSuchAlgorithmException,
NoSuchProviderException
public void testCanNotEvaluate()
Copyright © 1999–2014. All rights reserved.