Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

EncryptionType Members

EncryptionType overview

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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

EncryptionType Class | Plumtree.Remote.Portlet Namespace