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 |
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 |
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 © 1999–2015 JBoss by Red Hat. All rights reserved.