public class AlgorithmSupportTest
extends org.opensaml.core.OpenSAMLInitBaseTestCase
KeySupport.| Constructor and Description |
|---|
AlgorithmSupportTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCheckKeyAlgorithmAndLength() |
void |
testCredentialSupportsAlgorithmForEncryption() |
void |
testCredentialSupportsAlgorithmForSigning() |
void |
testGetKeyAlgorithm()
Test mapping algorithm URI's to JCA key algorithm specifiers.
|
void |
testIsDataEncryptionAlgorithm() |
void |
testIsKeyTransportAlgorithm() |
void |
testValidateAlgorithmURI()
Test algorithm URI whitelist and blacklist validation.
|
public void testIsKeyTransportAlgorithm()
public void testIsDataEncryptionAlgorithm()
public void testCredentialSupportsAlgorithmForSigning()
throws NoSuchAlgorithmException,
KeyException,
NoSuchProviderException
public void testCredentialSupportsAlgorithmForEncryption()
throws NoSuchAlgorithmException,
NoSuchProviderException
public void testCheckKeyAlgorithmAndLength()
throws NoSuchAlgorithmException,
NoSuchProviderException
public void testGetKeyAlgorithm()
public void testValidateAlgorithmURI()
Copyright © 1999–2014. All rights reserved.