Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes
Package Org.IdentityConnectors.Common.Security

Classes

class  AbstractUnmanagedArray< T >
 
interface  Encryptor
 Responsible for encrypting/decrypting bytes. More...
 
class  EncryptorFactory
 
class  GuardedByteArray
 Secure byte array implementation that solves the problems associated with keeping confidential data as More...
 
class  GuardedString
 Secure string implementation that solves the problems associated with keeping passwords as More...
 
class  SecureStringAdapter
 
class  SecureStringToByteArrayAdapter
 
class  SecurityUtil
 Description of SecurityUtil.
 
interface  UnmanagedArray< T >
 Places an array facade on an unmanaged memory data structure that holds senstive data. (In C# placing senstive data in managed memory is considered unsecure since the memory model allows data to be copied around). More...
 
class  UnmanagedByteArray
 
class  UnmanagedCharArray