- next(int) - Method in class java.security.SecureRandom
-
Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading
zeros).
- nextBytes(byte[]) - Method in class java.security.SecureRandom
-
Generates a user-specified number of random bytes.
- NoSuchAlgorithmException - Exception in java.security
-
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the
environment.
- NoSuchAlgorithmException() - Constructor for exception java.security.NoSuchAlgorithmException
-
Constructs a NoSuchAlgorithmException with no detail message.
- NoSuchAlgorithmException(String) - Constructor for exception java.security.NoSuchAlgorithmException
-
Constructs a NoSuchAlgorithmException with the specified detail message.
- NoSuchAlgorithmException(String, Throwable) - Constructor for exception java.security.NoSuchAlgorithmException
-
Creates a NoSuchAlgorithmException
with the specified detail message and cause.
- NoSuchAlgorithmException(Throwable) - Constructor for exception java.security.NoSuchAlgorithmException
-
Creates a NoSuchAlgorithmException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- NoSuchPaddingException - Exception in javax.crypto
-
This exception is thrown when a particular padding mechanism is requested but is not available in the environment.
- NoSuchPaddingException() - Constructor for exception javax.crypto.NoSuchPaddingException
-
Constructs a NoSuchPaddingException with no detail message.
- NoSuchPaddingException(String) - Constructor for exception javax.crypto.NoSuchPaddingException
-
Constructs a NoSuchPaddingException with the specified detail message.
- NoSuchProviderException - Exception in java.security
-
This exception is thrown when a particular security provider is requested but is not available in the environment.
- NoSuchProviderException() - Constructor for exception java.security.NoSuchProviderException
-
Constructs a NoSuchProviderException with no detail message.
- NoSuchProviderException(String) - Constructor for exception java.security.NoSuchProviderException
-
Constructs a NoSuchProviderException with the specified detail message.