Uses of Class
org.xipki.security.pkcs11.P11Key
-
Packages that use P11Key Package Description org.xipki.security org.xipki.security.pkcs11 -
-
Uses of P11Key in org.xipki.security
Methods in org.xipki.security with parameters of type P11Key Modifier and Type Method Description static SignAlgoSignAlgo. getInstance(P11Key p11Key, SignerConf signerConf) -
Uses of P11Key in org.xipki.security.pkcs11
Methods in org.xipki.security.pkcs11 that return P11Key Modifier and Type Method Description abstract P11KeyP11Slot. getKey(byte[] keyId, String keyLabel)abstract P11KeyP11Slot. getKey(org.xipki.pkcs11.wrapper.PKCS11KeyId keyId)P11KeyP11Key. sign(Boolean sign)Methods in org.xipki.security.pkcs11 with parameters of type P11Key Modifier and Type Method Description protected abstract PublicKeyP11Slot. getPublicKey(P11Key key)
-