public class BasicSignatureSigningConfigurationTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration |
config |
private org.opensaml.security.credential.Credential |
cred1 |
private org.opensaml.security.credential.Credential |
cred2 |
| Constructor and Description |
|---|
BasicSignatureSigningConfigurationTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateCredentials() |
void |
setUp() |
void |
testDefaults() |
void |
testKeyInfoGeneratorManager() |
void |
testSignatureAlgorithmURIs() |
void |
testSignatureAlgorithmURIsImmutable() |
void |
testSignatureCanonicalizationAlgorithm() |
void |
testSignatureHMACOutputLength() |
void |
testSignatureReferenceDigestMethods() |
void |
testSignatureReferenceDigestMethodsImmutable() |
void |
testSigningCredentials() |
void |
testSigningCredentialsImmutable() |
private org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration config
private org.opensaml.security.credential.Credential cred1
private org.opensaml.security.credential.Credential cred2
public BasicSignatureSigningConfigurationTest()
public void generateCredentials()
throws NoSuchAlgorithmException,
NoSuchProviderException
public void setUp()
public void testDefaults()
public void testSigningCredentials()
throws NoSuchAlgorithmException,
NoSuchProviderException
public void testSigningCredentialsImmutable()
throws NoSuchAlgorithmException,
NoSuchProviderException
public void testSignatureAlgorithmURIs()
public void testSignatureAlgorithmURIsImmutable()
public void testSignatureReferenceDigestMethods()
public void testSignatureReferenceDigestMethodsImmutable()
public void testSignatureCanonicalizationAlgorithm()
public void testSignatureHMACOutputLength()
public void testKeyInfoGeneratorManager()
Copyright © 1999–2015. All rights reserved.