public class P11KeyParameter
extends org.bouncycastle.crypto.params.AsymmetricKeyParameter
| Modifier and Type | Method and Description |
|---|---|
static P11KeyParameter |
getInstance(P11CryptService p11CryptService,
P11SlotIdentifier slot,
P11ObjectIdentifier objectId) |
P11ObjectIdentifier |
getObjectId() |
P11CryptService |
getP11CryptService() |
P11SlotIdentifier |
getSlot() |
public P11CryptService getP11CryptService()
public P11SlotIdentifier getSlot()
public P11ObjectIdentifier getObjectId()
public static P11KeyParameter getInstance(P11CryptService p11CryptService, P11SlotIdentifier slot, P11ObjectIdentifier objectId) throws InvalidKeyException
InvalidKeyExceptionCopyright © 2018. All rights reserved.