Uses of Class
org.xipki.pkcs11.wrapper.PKCS11KeyPair
-
Packages that use PKCS11KeyPair Package Description org.xipki.pkcs11.wrapper -
-
Uses of PKCS11KeyPair in org.xipki.pkcs11.wrapper
Methods in org.xipki.pkcs11.wrapper that return PKCS11KeyPair Modifier and Type Method Description PKCS11KeyPairPKCS11Token. generateKeyPair(Mechanism mechanism, KeyPairTemplate template)Generate a new public key - private key key-pair and use the set attributes of the template objects for setting the attributes of the new public key and private key objects.PKCS11KeyPairSession. generateKeyPair(Mechanism mechanism, KeyPairTemplate template)Generate a new public key - private key key-pair and use the set attributes of the template objects for setting the attributes of the new public key and private key objects.
-