Uses of Class
java.lang.SecurityException
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| org.apache.commons.logging |
Simple wrapper API around multiple logging APIs.
|
| org.bouncycastle.x509 |
-
Uses of SecurityException in java.security
Subclasses of SecurityException in java.security Modifier and Type Class Description classAccessControlExceptionAccessControlExceptionis thrown if the access control infrastructure denies protected access due to missing permissions.Methods in java.security that throw SecurityException Modifier and Type Method Description voidGuard. checkGuard(Object object)Checks whether access to the specifiedObjectshould be granted.voidPermission. checkGuard(Object obj)ObjectGuardedObject. getObject()Returns the guardedObjectif the associatedGuardpermits access. -
Uses of SecurityException in org.apache.commons.logging
Methods in org.apache.commons.logging that throw SecurityException Modifier and Type Method Description static voidLogSource. setLogImplementation(Class logclass)Deprecated.Set the log implementation/log implementation factory by class.static voidLogSource. setLogImplementation(String classname)Deprecated.Set the log implementation/log implementation factory by the name of the class. -
Uses of SecurityException in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that throw SecurityException Modifier and Type Method Description X509CertificateX509V1CertificateGenerator. generateX509Certificate(PrivateKey key)Deprecated.use generate(key, "BC")X509CertificateX509V1CertificateGenerator. generateX509Certificate(PrivateKey key, String provider)Deprecated.use generate()X509CertificateX509V1CertificateGenerator. generateX509Certificate(PrivateKey key, String provider, SecureRandom random)Deprecated.use generate()X509CertificateX509V1CertificateGenerator. generateX509Certificate(PrivateKey key, SecureRandom random)Deprecated.use generate(key, random, "BC")X509CertificateX509V3CertificateGenerator. generateX509Certificate(PrivateKey key)Deprecated.use generate(key, "BC")X509CertificateX509V3CertificateGenerator. generateX509Certificate(PrivateKey key, String provider)Deprecated.use generate()X509CertificateX509V3CertificateGenerator. generateX509Certificate(PrivateKey key, String provider, SecureRandom random)Deprecated.use generate()X509CertificateX509V3CertificateGenerator. generateX509Certificate(PrivateKey key, SecureRandom random)Deprecated.use generate(key, random, "BC")