Package net.shibboleth.oidc.jwa.algorithm.descriptors
OIDC Signing/Encryption Algorithms.
-
Class Summary Class Description EncryptionA128CBCHS256 Algorithm descriptor for block encryption algorithm: A128CBC-HS256.EncryptionA128GCM Algorithm descriptor for block encryption algorithm: 128GCM.EncryptionA192CBCHS384 Algorithm descriptor for block encryption algorithm: A192CBC-HS384.EncryptionA192GCM Algorithm descriptor for block encryption algorithm: 192GCM.EncryptionA256CBCHS512 Algorithm descriptor for block encryption algorithm: A256CBC-HS512.EncryptionA256GCM Algorithm descriptor for block encryption algorithm: 256GCM.KeyAgreementECDHES Algorithm descriptor for JWE key management algorithm: ECDH-ES.KeyAgreementECDHESA128KW Algorithm descriptor for JWE key management algorithm: ECDH-ES+A128KW.KeyAgreementECDHESA192KW Algorithm descriptor for JWE key management algorithm: ECDH-ES+A192KW.KeyAgreementECDHESA256KW Algorithm descriptor for JWE key management algorithm: ECDH-ES+A256KW.KeyTransportRSA15 Algorithm descriptor for JWE key transport algorithm: RSA1_5.KeyTransportRSAOAEP Algorithm descriptor for JWE key transport algorithm: RSA-OAEP.KeyTransportRSAOAEP256 Algorithm descriptor for JWE key transport algorithm: RSA-OAEP-256.KeyTransportRSAOAEP384 Algorithm descriptor for JWE key transport algorithm: RSA-OAEP-384.KeyTransportRSAOAEP512 Algorithm descriptor for JWE key transport algorithm: RSA-OAEP-512.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.SignaturePS256 Algorithm descriptor for signature algorithm: PS256.SignaturePS384 Algorithm descriptor for signature algorithm: PS384.SignaturePS512 Algorithm descriptor for signature algorithm: PS512.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.