Class EncryptionA128GCM
- java.lang.Object
-
- org.geant.idpextension.oidc.algorithm.descriptors.EncryptionA128GCM
-
- All Implemented Interfaces:
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor,org.opensaml.xmlsec.algorithm.BlockEncryptionAlgorithm,org.opensaml.xmlsec.algorithm.KeyLengthSpecifiedAlgorithm,org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
public final class EncryptionA128GCM extends Object implements org.opensaml.xmlsec.algorithm.BlockEncryptionAlgorithm
Algorithm descriptor for block encryption algorithm: 128GCM.
-
-
Constructor Summary
Constructors Constructor Description EncryptionA128GCM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCipherMode()StringgetJCAAlgorithmID()StringgetKey()IntegergetKeyLength()StringgetPadding()org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmTypegetType()StringgetURI()
-
-
-
Method Detail
-
getKey
@Nonnull public String getKey()
- Specified by:
getKeyin interfaceorg.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
-
getURI
@Nonnull public String getURI()
- Specified by:
getURIin interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getType
@Nonnull public org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType getType()
- Specified by:
getTypein interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getJCAAlgorithmID
@Nonnull public String getJCAAlgorithmID()
- Specified by:
getJCAAlgorithmIDin interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getKeyLength
@Nonnull public Integer getKeyLength()
- Specified by:
getKeyLengthin interfaceorg.opensaml.xmlsec.algorithm.KeyLengthSpecifiedAlgorithm
-
getCipherMode
@Nonnull public String getCipherMode()
- Specified by:
getCipherModein interfaceorg.opensaml.xmlsec.algorithm.BlockEncryptionAlgorithm
-
getPadding
@Nonnull public String getPadding()
- Specified by:
getPaddingin interfaceorg.opensaml.xmlsec.algorithm.BlockEncryptionAlgorithm
-
-