Package org.opensaml.xmlsec.algorithm
Interface SymmetricKeyWrapAlgorithm
- All Superinterfaces:
AlgorithmDescriptor,KeyLengthSpecifiedAlgorithm,KeySpecifiedAlgorithm
- All Known Implementing Classes:
SymmetricKeyWrapAES128,SymmetricKeyWrapAES192,SymmetricKeyWrapAES256,SymmetricKeyWrapDESede
public interface SymmetricKeyWrapAlgorithm
extends KeySpecifiedAlgorithm, KeyLengthSpecifiedAlgorithm
Interface for symmetric key wrap algorithm descriptors.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
AlgorithmDescriptor.AlgorithmType -
Method Summary
Methods inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
getJCAAlgorithmID, getType, getURIMethods inherited from interface org.opensaml.xmlsec.algorithm.KeyLengthSpecifiedAlgorithm
getKeyLengthMethods inherited from interface org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
getKey