Package org.opensaml.xmlsec.algorithm
Class AlgorithmDescriptorsTest
- java.lang.Object
-
- org.opensaml.xmlsec.algorithm.AlgorithmDescriptorsTest
-
public class AlgorithmDescriptorsTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AlgorithmDescriptorsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBlockEncryption()voidtestDigest()voidtestHMAC()voidtestKeyAgreement()voidtestKeyTransport()voidtestSignature()voidtestSymmetricKeyWrap()
-
-
-
Method Detail
-
testBlockEncryption
public void testBlockEncryption()
-
testDigest
public void testDigest()
-
testHMAC
public void testHMAC()
-
testKeyAgreement
public void testKeyAgreement()
-
testKeyTransport
public void testKeyTransport()
-
testSignature
public void testSignature()
-
testSymmetricKeyWrap
public void testSymmetricKeyWrap()
-
-