Uses of Class
org.xipki.security.pkcs11.P11Slot
-
Packages that use P11Slot Package Description org.xipki.security.pkcs11 org.xipki.security.qa -
-
Uses of P11Slot in org.xipki.security.pkcs11
Fields in org.xipki.security.pkcs11 declared as P11Slot Modifier and Type Field Description protected P11SlotP11Key. slotprotected P11SlotP11KeypairGenerator. slotMethods in org.xipki.security.pkcs11 that return P11Slot Modifier and Type Method Description P11SlotP11Module. getSlot(P11SlotId slotId)Returns slot for the givenslotId.Method parameters in org.xipki.security.pkcs11 with type arguments of type P11Slot Modifier and Type Method Description protected voidP11Module. setSlots(Set<P11Slot> slots)Constructors in org.xipki.security.pkcs11 with parameters of type P11Slot Constructor Description P11Key(P11Slot slot, org.xipki.pkcs11.wrapper.PKCS11KeyId keyId) -
Uses of P11Slot in org.xipki.security.qa
Fields in org.xipki.security.qa declared as P11Slot Modifier and Type Field Description protected P11SlotP11KeyGenSpeed. slotMethods in org.xipki.security.qa with parameters of type P11Slot Modifier and Type Method Description protected static org.xipki.pkcs11.wrapper.PKCS11KeyIdP11SignSpeed. getNonNullKeyId(P11Slot slot, byte[] keyId, String keyLabel)Constructors in org.xipki.security.qa with parameters of type P11Slot Constructor Description DSA(P11Slot slot, int plength, int qlength)DSA(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads, int plength, int qlength)DSA(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, int plength, int qlength)EC(P11Slot slot, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)EC(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)EC(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)HMAC(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads)HMAC(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads)P11KeyGenSpeed(P11Slot slot, String description)P11SignSpeed(SecurityFactory securityFactory, P11Slot slot, String signatureAlgorithm, boolean deleteKeyAfterTest, org.xipki.pkcs11.wrapper.PKCS11KeyId keyId, String description, int threads)RSA(P11Slot slot, int keysize, BigInteger publicExponent)RSA(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent)RSA(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent)SM2(P11Slot slot)SM2(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, int threads)SM2(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, int threads)
-