Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

EncryptionType Fields

The fields of the EncryptionType class are listed below. For a complete list of EncryptionType class members, see the EncryptionType Members topic.

Public Static Fields

AES Credentials are encrypted and decrypted by the portlet using AES-128 encryption and a private key. Portlets that do not use the credential vault use this encryption method.
BASE64 Credentials stored in the credential vault can be sent Base64 encoded if the connection is over SSL. Basic Auth credentials are also sent Base64 encoded.
NONE Credentials should only be passed in plain-text if the connection is secured via SSL. Passing credentials in this manner allows the portal to consume an existing web application.
RC2 Credentials are encrypted and decrypted by the portlet using RC2-40 encryption and a private key. Portlets that do not use the credential vault use this encryption method.
RSA Credentials stored in the credential vault will be encrypted by the portal via PKI encryption and sent to the portlet. Portlets that use the IDK and consume credential vault values use this encryption method.

See Also

EncryptionType Class | Plumtree.Remote.Portlet Namespace