Class SymmetricKeyWrapA128GCMKW
java.lang.Object
net.shibboleth.oidc.jwa.algorithm.descriptors.SymmetricKeyWrapA128GCMKW
- All Implemented Interfaces:
AlgorithmDescriptor,KeyLengthSpecifiedAlgorithm,KeySpecifiedAlgorithm,SymmetricKeyWrapAlgorithm
Algorithm descriptor for JWE key management algorithm: AES128GCMKW.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
AlgorithmDescriptor.AlgorithmType -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SymmetricKeyWrapA128GCMKW
public SymmetricKeyWrapA128GCMKW()
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceKeySpecifiedAlgorithm
-
getURI
- Specified by:
getURIin interfaceAlgorithmDescriptor
-
getType
- Specified by:
getTypein interfaceAlgorithmDescriptor
-
getJCAAlgorithmID
- Specified by:
getJCAAlgorithmIDin interfaceAlgorithmDescriptor
-
getKeyLength
public int getKeyLength()- Specified by:
getKeyLengthin interfaceKeyLengthSpecifiedAlgorithm
-