KeySpec
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | InvalidKeySpecException(String
the detail message. msg)Constructs an InvalidKeySpecException with the specified detail message. |
public | InvalidKeySpecException(String
the detail message (which is saved for later retrieval
by the message, Throwable getMessage() method).the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Creates an |
public | InvalidKeySpecException(Throwable
the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Creates an |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
InvalidKeySpecException | back to summary |
---|---|
public InvalidKeySpecException() Constructs an InvalidKeySpecException with no detail message. A detail message is a String that describes this particular exception. |
InvalidKeySpecException | back to summary |
---|---|
public InvalidKeySpecException(String msg) Constructs an InvalidKeySpecException with the specified detail message. A detail message is a String that describes this particular exception.
|
InvalidKeySpecException | back to summary |
---|---|
public InvalidKeySpecException(String message, Throwable cause) Creates an
|
InvalidKeySpecException | back to summary |
---|---|
public InvalidKeySpecException(Throwable cause) Creates an
|