Package | Description |
---|---|
oracle.okv.service |
This package contains the OKVService class through which all the high level
Java SDK APIs are exposed.
|
Modifier and Type | Method and Description |
---|---|
OKVKeyPairUidResponse |
OKVService.okvCreateKeyPair(OKVTagEnum algorithm,
int keyLength,
int privateKeyUsageMask,
int publicKeyUsageMask,
OKVTTLV commonAttributeList,
OKVTTLV privateKeyAttributeList,
OKVTTLV publicKeyAttributeList,
java.lang.String walletName)
API to perform the KMIP Create Key Pair operation for creating a pair of
public and private key objects.
|