Uses of Interface
java.security.Guard
| Package | Description |
|---|---|
| java.io | |
| java.lang | |
| java.lang.reflect | |
| java.net | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.sql | |
| java.util | |
| java.util.logging | |
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| javax.security.auth | |
| org.bouncycastle.jcajce.provider.config |
-
Uses of Guard in java.io
Classes in java.io that implement Guard Modifier and Type Class Description classFilePermissionLegacy security code; do not use.classSerializablePermissionLegacy security code; do not use. -
Uses of Guard in java.lang
Classes in java.lang that implement Guard Modifier and Type Class Description classRuntimePermissionLegacy security code; do not use. -
Uses of Guard in java.lang.reflect
Classes in java.lang.reflect that implement Guard Modifier and Type Class Description classReflectPermissionLegacy security code; do not use. -
Uses of Guard in java.net
Classes in java.net that implement Guard Modifier and Type Class Description classNetPermissionLegacy security code; do not use.classSocketPermissionLegacy security code; do not use. -
Uses of Guard in java.security
Classes in java.security that implement Guard Modifier and Type Class Description classAllPermissionLegacy security code; do not use.classBasicPermissionLegacy security code; do not use.classPermissionLegacy security code; do not use.classSecurityPermissionLegacy security code; do not use.classUnresolvedPermissionLegacy security code; do not use.Constructors in java.security with parameters of type Guard Constructor Description GuardedObject(Object object, Guard guard)Constructs a new instance ofGuardedObjectwhich protects access to the specifiedObjectusing the specifiedGuard. -
Uses of Guard in java.sql
Classes in java.sql that implement Guard Modifier and Type Class Description classSQLPermissionLegacy security code; do not use. -
Uses of Guard in java.util
Classes in java.util that implement Guard Modifier and Type Class Description classPropertyPermissionLegacy security code; do not use. -
Uses of Guard in java.util.logging
Classes in java.util.logging that implement Guard Modifier and Type Class Description classLoggingPermissionLegacy security code; do not use. -
Uses of Guard in javax.net.ssl
Classes in javax.net.ssl that implement Guard Modifier and Type Class Description classSSLPermissionLegacy security code; do not use. -
Uses of Guard in javax.security.auth
Classes in javax.security.auth that implement Guard Modifier and Type Class Description classAuthPermissionLegacy security code; do not use.classPrivateCredentialPermissionLegacy security code; do not use. -
Uses of Guard in org.bouncycastle.jcajce.provider.config
Classes in org.bouncycastle.jcajce.provider.config that implement Guard Modifier and Type Class Description classProviderConfigurationPermissionA permission class to define what can be done with the ConfigurableProvider interface.