Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package java.security


Detailed Description

Author:
Alexander V. Astapchuk
Version:
$Revision$
Author:
Vera Y. Petrashkova
Version:
$Revision$
Author:
Boris V. Kuznetsov
Version:
$Revision$
Author:
Alexey V. Varlamov
Version:
$Revision$
Author:
Vladimir N. Molotkov
Version:
$Revision$
Author:
Aleksei Y. Semenov
Version:
$Revision$


Classes

class  AccessControlException
 This runtime exception is thrown when an access control check indicates that access should not be granted. More...
class  AlgorithmParameterGenerator
 .intel.drl.spec_ref More...
class  AlgorithmParameterGeneratorSpi
 .intel.drl.spec_ref More...
class  AlgorithmParameters
 .intel.drl.spec_ref More...
class  AlgorithmParametersSpi
 .intel.drl.spec_ref More...
class  AllPermission
 Subclass of Permission whose instances imply all other permissions. More...
class  AllPermissionCollection
 Specific PermissionCollection for storing AllPermissions. More...
class  AuthProvider
 .intel.drl.spec_ref More...
class  BasicPermission
 Superclass of permissions which have names but no action lists. More...
class  BasicPermissionCollection
 Specific PermissionCollection for storing BasicPermissions of arbitrary type. More...
interface  Certificate
 .intel.drl.spec_ref More...
class  CodeSigner
 .intel.drl.spec_ref More...
class  CodeSource
class  DigestException
 This class represents exceptions for message digest computation. More...
class  DigestInputStream
 .intel.drl.spec_ref More...
class  DigestOutputStream
 .intel.drl.spec_ref More...
interface  DomainCombiner
 A DomainCombiner is a way to update the protection domains from an AccessControlContext. More...
class  GeneralSecurityException
 This class represents the general security exception. More...
interface  Guard
 This interface is implemented by objects which wish to control access to other objects. More...
class  GuardedObject
 GuardedObject controls access to an object, by checking all requests for the object with a Guard. More...
class  Identity
class  IdentityScope
 .intel.drl.spec_ref More...
class  InvalidAlgorithmParameterException
 This class represents invalid algorithm parameters to cryptographic services. More...
class  InvalidKeyException
 Used when invalid cryptography keys are used. More...
class  InvalidParameterException
 This exception is thrown when an invalid parameter is passed to a method. More...
interface  Key
 Defines the basic properties of all key objects. More...
class  KeyException
 This class is the superclass of all classes which represent problems with keys. More...
class  KeyFactory
 .intel.drl.spec_ref More...
class  KeyFactorySpi
 .intel.drl.spec_ref More...
class  KeyManagementException
 .intel.drl.spec_ref More...
class  KeyPair
 .intel.drl.spec_ref More...
class  KeyPairGenerator
 .intel.drl.spec_ref More...
class  KeyPairGeneratorSpi
 .intel.drl.spec_ref More...
class  KeyRep
 .intel.drl.spec_ref More...
class  KeyStore
class  KeyStoreException
 .intel.drl.spec_ref More...
class  KeyStoreSpi
class  MessageDigest
class  MessageDigestSpi
 This class is a Service Provider Interface (therefore the Spi suffix) for digest algorithms to be supplied by providers. More...
class  NoSuchAlgorithmException
 Instances of this class are thrown when an attempt is made to access an algorithm which is not provided by the library. More...
class  NoSuchProviderException
 Instances of this class are thrown when an attempt is made to access a provider by name which is not currently available. More...
class  Permission
 Abstract superclass of all classes which represent permission to access system resources. More...
class  PermissionCollection
 Abstract superclass of classes which are collections of Permission objects. More...
class  Permissions
 A heterogeneous collection of permissions. More...
class  PermissionsHash
 A default PermissionCollection implementation that uses a hashtable. More...
class  Policy
 Abstract superclass of classes which represent the system security policy. More...
interface  Principal
 Principals are objects which have identities. More...
interface  PrivateKey
 .intel.drl.spec_ref More...
interface  PrivilegedAction< T >
 .intel.drl.spec_ref More...
class  PrivilegedActionException
 Instances of this class are used to wrap exceptions which occur within privileged operations. More...
interface  PrivilegedExceptionAction< T >
 .intel.drl.spec_ref More...
class  ProtectionDomain
 This class represents a domain in which classes from the same source (URL) and signed by the same keys are stored. More...
class  Provider
class  ProviderException
 .intel.drl.spec_ref More...
interface  PublicKey
 Superinterface for all specific public key interfaces. More...
class  SecureClassLoader
 SecureClassLoaders are used to dynamically load, link and install classes into a running image. More...
class  SecureRandom
 .intel.drl.spec_ref More...
class  SecureRandomSpi
 This class is a Service Provider Interface (therefore the Spi suffix) for secure random number generation algorithms to be supplied by providers. More...
class  Security
 For access to security providers and properties. More...
class  SecurityPermission
 SecurityPermission objects guard access to the mechanisms which implement security. More...
class  Signature
 .intel.drl.spec_ref More...
class  SignatureException
 This class represents generic security exceptions. More...
class  SignatureSpi
 .intel.drl.spec_ref More...
class  SignedObject
 .intel.drl.spec_ref More...
class  Signer
 .intel.drl.spec_ref More...
class  Timestamp
 .intel.drl.spec_ref More...
class  UnrecoverableEntryException
 .intel.drl.spec_ref More...
class  UnrecoverableKeyException
 This class represents exceptions if a key cannot be found in the keystore. More...
class  UnresolvedPermission
 Holds permissions which are of an unknown type when a policy file is read. More...
class  UnresolvedPermissionCollection
 Specific PermissionCollection for storing UnresolvedPermissions. More...
class  AccessControlContext
 The vm vendor may choose to implement this class. More...
class  AccessController
 This class must be implemented by the vm vendor, or the reference implementation can be used if the documented native is implemented. More...

Packages

package  acl
package  cert
package  interfaces
package  spec