Package | Description |
---|---|
weblogic.xml.security.encryption |
Modifier and Type | Class and Description |
---|---|
class |
EncryptionAlgorithm |
(package private) class |
EncryptionAlgorithmAES |
class |
EncryptionAlgorithmDES3 |
class |
KeyWrap |
class |
KeyWrapAES |
class |
KeyWrapDES3 |
class |
KeyWrapRSA |
class |
KeyWrapRSAOAEP |
Modifier and Type | Method and Description |
---|---|
(package private) static EncryptionMethod |
EncryptionMethod.fromXML(XMLInputStream in,
java.lang.String ns) |
static EncryptionMethod |
EncryptionMethod.get(java.lang.String algorithmURI) |
(package private) abstract EncryptionMethod |
EncryptedType.getEncryptionMethodInternal()
EncryptionMethod is an optional element that describes the encryption
algorithm applied to the cipher data.
|
(package private) EncryptionMethod |
EncryptedKey.getEncryptionMethodInternal() |
(package private) EncryptionMethod |
EncryptedData.getEncryptionMethodInternal() |
EncryptionMethod |
KeyWrapRSAOAEP.newEncryptionMethod() |
EncryptionMethod |
KeyWrapRSA.newEncryptionMethod() |
EncryptionMethod |
KeyWrapDES3.newEncryptionMethod() |
EncryptionMethod |
KeyWrapAES.newEncryptionMethod() |
EncryptionMethod |
EncryptionMethodFactory.newEncryptionMethod() |
EncryptionMethod |
EncryptionAlgorithmDES3.newEncryptionMethod() |
EncryptionMethod |
EncryptionAlgorithmAES.newEncryptionMethod() |
Modifier and Type | Method and Description |
---|---|
java.security.Key |
EncryptedKey.getWrappedKey(EncryptionMethod keyType) |
static java.security.Key |
EncryptedKey.getWrappedKey(EncryptionMethod keyType,
byte[] keyBytes) |
abstract void |
EncryptedType.setEncryptionMethod(EncryptionMethod encryptionMethod) |
void |
EncryptedKey.setEncryptionMethod(EncryptionMethod em) |
void |
EncryptedData.setEncryptionMethod(EncryptionMethod em) |