Class SymmetricKeyWrapAES192
java.lang.Object
org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES192
- All Implemented Interfaces:
AlgorithmDescriptor,KeyLengthSpecifiedAlgorithm,KeySpecifiedAlgorithm,SymmetricKeyWrapAlgorithm
Algorithm descriptor for symmetric key wrap algorithm: AES-192.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
AlgorithmDescriptor.AlgorithmType -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SymmetricKeyWrapAES192
public SymmetricKeyWrapAES192()
-
-
Method Details
-
getKey
Get the JCA key type specified by this algorithm.- Specified by:
getKeyin interfaceKeySpecifiedAlgorithm- Returns:
- the key type
-
getURI
Get the algorithm's identifying URI.- Specified by:
getURIin interfaceAlgorithmDescriptor- Returns:
- the algorithm URI
-
getType
Get the algorithm URI's fundamental type.- Specified by:
getTypein interfaceAlgorithmDescriptor- Returns:
- a type specified with
AlgorithmDescriptor.AlgorithmType
-
getJCAAlgorithmID
Get the algorithm's JCA algorithm ID.- Specified by:
getJCAAlgorithmIDin interfaceAlgorithmDescriptor- Returns:
- the JCA algorithm ID
-
getKeyLength
public int getKeyLength()Get the length of the key specified by this algorithm.- Specified by:
getKeyLengthin interfaceKeyLengthSpecifiedAlgorithm- Returns:
- the specified key length
-