public class PKCS11Key extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PKCS11KeyId |
id |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
alwaysSensitive() |
Boolean |
decrypt() |
Boolean |
derive() |
BigInteger |
dsaBase() |
BigInteger |
dsaPrime() |
BigInteger |
dsaSubprime() |
Integer |
ecOrderBitSize() |
byte[] |
ecParams() |
byte[] |
ecPublicPoint() |
Boolean |
encrypt() |
Boolean |
extractable() |
PKCS11KeyId |
id() |
Boolean |
neverExtractable() |
Boolean |
private_() |
BigInteger |
rsaModulus() |
BigInteger |
rsaPublicExponent() |
Boolean |
sensitive() |
Boolean |
sign() |
Boolean |
signRecover() |
Boolean |
trusted() |
Boolean |
unwrap() |
Integer |
valueLen() |
Boolean |
verify() |
Boolean |
verifyRecover() |
Boolean |
wrap() |
Boolean |
wrapWithTrusted() |
protected final PKCS11KeyId id
public PKCS11KeyId id()
public Boolean sign()
public Boolean verify()
public Boolean encrypt()
public Boolean decrypt()
public Boolean derive()
public Boolean signRecover()
public Boolean verifyRecover()
public Boolean wrap()
public Boolean unwrap()
public Boolean extractable()
public Boolean neverExtractable()
public Boolean private_()
public Boolean wrapWithTrusted()
public Boolean sensitive()
public Boolean alwaysSensitive()
public Boolean trusted()
public Integer valueLen()
public byte[] ecParams()
public Integer ecOrderBitSize()
public byte[] ecPublicPoint()
public BigInteger rsaModulus()
public BigInteger rsaPublicExponent()
public BigInteger dsaPrime()
public BigInteger dsaSubprime()
public BigInteger dsaBase()
Copyright © 2023. All rights reserved.