Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
Org.IdentityConnectors.Common.Security.Encryptor Interface Reference

Responsible for encrypting/decrypting bytes. More...

Public Member Functions

UnmanagedArray< byte > Decrypt (byte[] bytes)
 Decrypts the given byte array More...
 
byte[] Encrypt (UnmanagedArray< byte > bytes)
 Encrypts the given byte array More...
 

Detailed Description

Responsible for encrypting/decrypting bytes.

Implementations are intended to be thread-safe.

Member Function Documentation

UnmanagedArray<byte> Org.IdentityConnectors.Common.Security.Encryptor.Decrypt ( byte[]  bytes)

Decrypts the given byte array

Parameters
bytesThe encrypted bytes
Returns
The decrypted bytes
byte [] Org.IdentityConnectors.Common.Security.Encryptor.Encrypt ( UnmanagedArray< byte >  bytes)

Encrypts the given byte array

Parameters
bytesThe clear bytes
Returns
The ecnrypted bytes

The documentation for this interface was generated from the following file: