Package | Description |
---|---|
weblogic.xml.security.specs | |
weblogic.xml.security.wsse | |
weblogic.xml.security.wsse.v200207 |
Modifier and Type | Field and Description |
---|---|
private static EncryptionSpec |
EncryptionSpec.DEFAULT_SPEC
Deprecated.
|
private EncryptionSpec |
SecuritySpec.encryptionSpec
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EncryptionSpec |
EncryptionSpec.getDefaultSpec()
Deprecated.
Returns the default EncryptionSpec.
|
EncryptionSpec |
SecuritySpec.getEncryptionSpec()
Deprecated.
Returns the EncryptionSpec for this SecuritySpec
|
EncryptionSpec |
SecuritySpec.setEncryptionSpec(EncryptionSpec spec)
Deprecated.
|
EncryptionSpec |
SecuritySpec.setEncryptionSpec(java.lang.String encryptionURI,
java.security.cert.X509Certificate cert)
Deprecated.
addEncryptionSpec adds a spec for encrypted data to
the SecuritySpec. |
EncryptionSpec |
SecuritySpec.setEncryptionSpec(java.lang.String encryptionURI,
java.security.cert.X509Certificate cert,
boolean encryptBody)
Deprecated.
addEncryptionSpec adds a spec for encrypted data to
the SecuritySpec. |
Modifier and Type | Method and Description |
---|---|
EncryptionSpec |
SecuritySpec.setEncryptionSpec(EncryptionSpec spec)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ReferenceList |
Security.addEncryption(NamedKey key,
EncryptionSpec spec)
Deprecated.
|
EncryptedKey |
Security.addEncryption(Token token,
EncryptionSpec spec)
Deprecated.
Adds an encrypted key to the security token.
|
EncryptedKey |
Security.addEncryption(Token token,
NamedKey key,
EncryptionSpec spec)
Deprecated.
|
EncryptedKey |
Security.addEncryption(java.security.cert.X509Certificate cert,
EncryptionSpec spec)
Deprecated.
Adds an encrypted key to the security token.
|
Modifier and Type | Method and Description |
---|---|
private EncryptedKey |
SecurityImpl.addEncryption(EncryptedKey ek,
EncryptionSpec spec) |
ReferenceList |
SecurityImpl.addEncryption(NamedKey key,
EncryptionSpec spec) |
EncryptedKey |
SecurityImpl.addEncryption(Token token,
EncryptionSpec spec) |
EncryptedKey |
SecurityImpl.addEncryption(Token token,
NamedKey key,
EncryptionSpec spec) |
EncryptedKey |
SecurityImpl.addEncryption(java.security.cert.X509Certificate cert,
EncryptionSpec spec) |
private EncryptedKey |
SecurityImpl.addEncryption(java.security.cert.X509Certificate cert,
KeyInfo ki,
EncryptionSpec spec) |
private static XMLOutputStream |
SecureOutputPipelineFactory.addEncryptionStream(XMLOutputStream dest,
java.lang.String encoding,
EncryptedKey ek,
EncryptionSpec spec) |
private static XMLOutputStream |
SecureOutputPipelineFactory.addEncryptionStream(XMLOutputStream dest,
java.lang.String encoding,
NamedKey key,
EncryptionSpec spec) |
private void |
SecurityImpl.addToDo(EncryptedKey ek,
EncryptionSpec spec) |
private void |
SecurityImpl.addToDo(NamedKey nk,
EncryptionSpec spec) |