- Principal - Interface in java.security
-
This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an
individual, a corporation, and a login id.
- PRIVATE_KEY - Static variable in class javax.crypto.Cipher
-
Constant used to indicate the to-be-unwrapped key is a "private key".
- PrivateKey - Interface in java.security
-
A private key.
- ProviderException - Exception in java.security
-
A runtime exception for Provider exceptions (such as
misconfiguration errors or unrecoverable internal errors),
which may be subclassed by Providers to
throw specialized, provider-specific runtime errors.
- ProviderException() - Constructor for exception java.security.ProviderException
-
Constructs a ProviderException with no detail message.
- ProviderException(String) - Constructor for exception java.security.ProviderException
-
Constructs a ProviderException with the specified detail
message.
- ProviderException(String, Throwable) - Constructor for exception java.security.ProviderException
-
Creates a ProviderException
with the specified
detail message and cause.
- ProviderException(Throwable) - Constructor for exception java.security.ProviderException
-
Creates a ProviderException
with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- PUBLIC_KEY - Static variable in class javax.crypto.Cipher
-
Constant used to indicate the to-be-unwrapped key is a "public key".
- PublicKey - Interface in java.security
-
A public key.