Package org.geant.idpextension.oidc.algorithm.descriptors
OIDC Signing/Encryption Algorithms.
-
Class Summary Class Description EncryptionA128CBC_HS256 Algorithm descriptor for block encryption algorithm: A128CBC-HS256.EncryptionA128GCM Algorithm descriptor for block encryption algorithm: 128GCM.EncryptionA192CBC_HS384 Algorithm descriptor for block encryption algorithm: A192CBC-HS384.EncryptionA192GCM Algorithm descriptor for block encryption algorithm: 192GCM.EncryptionA256CBC_HS512 Algorithm descriptor for block encryption algorithm: A256CBC-HS512.EncryptionA256GCM Algorithm descriptor for block encryption algorithm: 256GCM.KeyAgreementECDH_ES Algorithm descriptor for JWE key management algorithm: ECDH-ES.KeyTransportRSA_OAEP Algorithm descriptor for JWE key transport algorithm: RSA-OAEP.KeyTransportRSA_OAEP_256 Algorithm descriptor for JWE key transport algorithm: RSA-OAEP-256.KeyTransportRSA1_5 Algorithm descriptor for JWE key transport algorithm: RSA1_5.SignatureES256 Algorithm descriptor for signature algorithm: ES256.SignatureES384 Algorithm descriptor for signature algorithm: ES384.SignatureES512 Algorithm descriptor for signature algorithm: ES512.SignatureHS256 Algorithm descriptor for HMAC algorithm: HS256.SignatureHS384 Algorithm descriptor for HMAC algorithm: HS384.SignatureHS512 Algorithm descriptor for HMAC algorithm: HS512.SignatureRS256 Algorithm descriptor for signature algorithm: RS256.SignatureRS384 Algorithm descriptor for signature algorithm: RS384.SignatureRS512 Algorithm descriptor for signature algorithm: RS512.SymmetricKeyWrapA128GCMKW Algorithm descriptor for JWE key management algorithm: AES128GCMKW.SymmetricKeyWrapA128KW Algorithm descriptor for JWE key management algorithm: AES128KW.SymmetricKeyWrapA192GCMKW Algorithm descriptor for JWE key management algorithm: AES192GCMKW.SymmetricKeyWrapA192KW Algorithm descriptor for JWE key management algorithm: AES192KW.SymmetricKeyWrapA256GCMKW Algorithm descriptor for JWE key management algorithm: AES256GCMKW.SymmetricKeyWrapA256KW Algorithm descriptor for JWE key management algorithm: AES256KW.