Class KeyAgreementECDH_ES
- java.lang.Object
-
- org.geant.idpextension.oidc.algorithm.descriptors.KeyAgreementECDH_ES
-
- All Implemented Interfaces:
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor,org.opensaml.xmlsec.algorithm.KeyAgreementAlgorithm
public class KeyAgreementECDH_ES extends Object implements org.opensaml.xmlsec.algorithm.KeyAgreementAlgorithm
Algorithm descriptor for JWE key management algorithm: ECDH-ES.
-
-
Constructor Summary
Constructors Constructor Description KeyAgreementECDH_ES()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCipherMode()Get the cipher mode.StringgetJCAAlgorithmID()StringgetKey()Get the key algorithm.StringgetPadding()Get the cipher padding.org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmTypegetType()StringgetURI()
-
-
-
Method Detail
-
getKey
@Nonnull @NotEmpty public String getKey()
Get the key algorithm.- Returns:
- The key algorithm.
-
getURI
@Nonnull @NotEmpty 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 @NotEmpty public String getJCAAlgorithmID()
- Specified by:
getJCAAlgorithmIDin interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getCipherMode
@Nonnull @NotEmpty public String getCipherMode()
Get the cipher mode.- Returns:
- The cipher mode.
-
getPadding
@Nonnull @NotEmpty public String getPadding()
Get the cipher padding.- Returns:
- The cipher padding.
-
-