Package | Description |
---|---|
java.security |
Provides the classes and interfaces for the security framework.
|
Modifier and Type | Method and Description |
---|---|
static KeyFactory |
KeyFactory.getInstance(String algorithm)
Returns a KeyFactory object that converts
public/private keys of the specified algorithm.
|
static KeyFactory |
KeyFactory.getInstance(String algorithm,
Provider provider)
Returns a KeyFactory object that converts
public/private keys of the specified algorithm.
|
static KeyFactory |
KeyFactory.getInstance(String algorithm,
String provider)
Returns a KeyFactory object that converts
public/private keys of the specified algorithm.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2016 aicas GmbH. All Rights Reserved.