Package | Description |
---|---|
org.opensaml.xmlsec.algorithm |
Configuration and support classes for security algorithms.
|
org.opensaml.xmlsec.algorithm.descriptors |
Algorithm descriptor classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlockEncryptionAlgorithm
Interface for block encryption algorithm descriptors.
|
interface |
KeyTransportAlgorithm
Interface for key transport algorithm descriptors.
|
interface |
SignatureAlgorithm
Interface for signature algorithm descriptors.
|
interface |
SymmetricKeyWrapAlgorithm
Interface for symmetric key wrap algorithm descriptors.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockEncryptionAES128CBC
Algorithm descriptor for block encryption algorithm: AES-128-CBC.
|
class |
BlockEncryptionAES128GCM
Algorithm descriptor for block encryption algorithm: AES-128-GCM.
|
class |
BlockEncryptionAES192CBC
Algorithm descriptor for block encryption algorithm: AES-192-CBC.
|
class |
BlockEncryptionAES192GCM
Algorithm descriptor for block encryption algorithm: AES-192-GCM.
|
class |
BlockEncryptionAES256CBC
Algorithm descriptor for block encryption algorithm: AES-256-CBC.
|
class |
BlockEncryptionAES256GCM
Algorithm descriptor for block encryption algorithm: AES-256-GCM.
|
class |
BlockEncryptionDESede
Algorithm descriptor for block encryption algorithm: DESede-CBC.
|
class |
KeyTransportRSA15
Algorithm descriptor for key transport algorithm: RSA v1.5.
|
class |
KeyTransportRSAOAEP
Algorithm descriptor for key transport algorithm: RSA OAEP.
|
class |
KeyTransportRSAOAEPMGF1P
Algorithm descriptor for key transport algorithm: RSA OAEP MGF1P.
|
class |
SignatureDSASHA1
Algorithm descriptor for signature algorithm: DSA SHA-1.
|
class |
SignatureDSASHA256
Algorithm descriptor for signature algorithm: DSA SHA-1.
|
class |
SignatureECDSASHA1
Algorithm descriptor for signature algorithm: ECDSA SHA-1.
|
class |
SignatureECDSASHA224
Algorithm descriptor for signature algorithm: ECDSA SHA-256.
|
class |
SignatureECDSASHA256
Algorithm descriptor for signature algorithm: ECDSA SHA-256.
|
class |
SignatureECDSASHA384
Algorithm descriptor for signature algorithm: ECDSA SHA-384.
|
class |
SignatureECDSASHA512
Algorithm descriptor for signature algorithm: ECDSA SHA-512.
|
class |
SignatureRSAMD5
Algorithm descriptor for signature algorithm: RSA MD5.
|
class |
SignatureRSARIPEMD160
Algorithm descriptor for signature algorithm: RSA RIPEMD160.
|
class |
SignatureRSASHA1
Algorithm descriptor for signature algorithm: RSA SHA-1.
|
class |
SignatureRSASHA224
Algorithm descriptor for signature algorithm: RSA SHA-256.
|
class |
SignatureRSASHA256
Algorithm descriptor for signature algorithm: RSA SHA-256.
|
class |
SignatureRSASHA384
Algorithm descriptor for signature algorithm: RSA SHA-384.
|
class |
SignatureRSASHA512
Algorithm descriptor for signature algorithm: RSA SHA-512.
|
class |
SymmetricKeyWrapAES128
Algorithm descriptor for symmetric key wrap algorithm: AES-128.
|
class |
SymmetricKeyWrapAES192
Algorithm descriptor for symmetric key wrap algorithm: AES-192.
|
class |
SymmetricKeyWrapAES256
Algorithm descriptor for symmetric key wrap algorithm: AES-256.
|
class |
SymmetricKeyWrapDESede
Algorithm descriptor for symmetric key wrap algorithm: DESede.
|
Copyright © 2016. All rights reserved.