Package | Description |
---|---|
java.security |
Contains core language classes related to permission management.
|
Modifier and Type | Method and Description |
---|---|
PrivateKey |
KeyFactory.generatePrivate(KeySpec keySpec)
Generates a private key object from the provided key specification (key material).
|