public class KeyPairTemplate extends Object
| Constructor and Description |
|---|
KeyPairTemplate(AttributeVector privateKey,
AttributeVector publicKey) |
KeyPairTemplate(long keyType) |
| Modifier and Type | Method and Description |
|---|---|
KeyPairTemplate |
decryptEncrypt(Boolean decryptEncrypt) |
KeyPairTemplate |
derive(Boolean derive) |
KeyPairTemplate |
endDate(Instant endDate) |
byte[] |
id() |
KeyPairTemplate |
id(byte[] id) |
KeyPairTemplate |
keyType(long keyType) |
KeyPairTemplate |
labels(String label) |
KeyPairTemplate |
labels(String privateKeyLabel,
String publicKeyLabel) |
KeyPairTemplate |
local(Boolean local) |
KeyPairTemplate |
modifiable(Boolean modifiable) |
KeyPairTemplate |
private_(Boolean private_) |
KeyPairTemplate |
private_(Boolean privateKeyPrivate,
Boolean publicKeyPrivate) |
AttributeVector |
privateKey() |
AttributeVector |
publicKey() |
KeyPairTemplate |
signVerify(Boolean signVerify) |
KeyPairTemplate |
signVerifyRecover(Boolean signVerifyRecover) |
KeyPairTemplate |
startDate(Instant startDate) |
KeyPairTemplate |
subject(byte[] subject) |
KeyPairTemplate |
token(Boolean token) |
String |
toString() |
KeyPairTemplate |
unwrapWrap(Boolean unwrapWrap) |
public KeyPairTemplate(long keyType)
public KeyPairTemplate(AttributeVector privateKey, AttributeVector publicKey)
public AttributeVector privateKey()
public AttributeVector publicKey()
public KeyPairTemplate derive(Boolean derive)
public KeyPairTemplate decryptEncrypt(Boolean decryptEncrypt)
public KeyPairTemplate endDate(Instant endDate)
public byte[] id()
throws PKCS11Exception
PKCS11Exceptionpublic KeyPairTemplate id(byte[] id)
public KeyPairTemplate keyType(long keyType)
public KeyPairTemplate labels(String label)
public KeyPairTemplate labels(String privateKeyLabel, String publicKeyLabel)
public KeyPairTemplate local(Boolean local)
public KeyPairTemplate modifiable(Boolean modifiable)
public KeyPairTemplate private_(Boolean private_)
public KeyPairTemplate private_(Boolean privateKeyPrivate, Boolean publicKeyPrivate)
public KeyPairTemplate signVerify(Boolean signVerify)
public KeyPairTemplate signVerifyRecover(Boolean signVerifyRecover)
public KeyPairTemplate startDate(Instant startDate)
public KeyPairTemplate subject(byte[] subject)
public KeyPairTemplate token(Boolean token)
public KeyPairTemplate unwrapWrap(Boolean unwrapWrap)
Copyright © 2023. All rights reserved.