Uses of Class
org.xipki.pkcs11.wrapper.KeyPairTemplate
-
Packages that use KeyPairTemplate Package Description org.xipki.pkcs11.wrapper -
-
Uses of KeyPairTemplate in org.xipki.pkcs11.wrapper
Methods in org.xipki.pkcs11.wrapper that return KeyPairTemplate Modifier and Type Method Description KeyPairTemplateKeyPairTemplate. decryptEncrypt(java.lang.Boolean decryptEncrypt)KeyPairTemplateKeyPairTemplate. derive(java.lang.Boolean derive)KeyPairTemplateKeyPairTemplate. endDate(java.util.Date endDate)KeyPairTemplateKeyPairTemplate. id(byte[] id)KeyPairTemplateKeyPairTemplate. keyType(long keyType)KeyPairTemplateKeyPairTemplate. labels(java.lang.String label)KeyPairTemplateKeyPairTemplate. labels(java.lang.String privateKeyLabel, java.lang.String publicKeyLabel)KeyPairTemplateKeyPairTemplate. local(java.lang.Boolean local)KeyPairTemplateKeyPairTemplate. modifiable(java.lang.Boolean modifiable)KeyPairTemplateKeyPairTemplate. private_(java.lang.Boolean private_)KeyPairTemplateKeyPairTemplate. private_(java.lang.Boolean privateKeyPrivate, java.lang.Boolean publicKeyPrivate)KeyPairTemplateKeyPairTemplate. signVerify(java.lang.Boolean signVerify)KeyPairTemplateKeyPairTemplate. signVerifyRecover(java.lang.Boolean signVerifyRecover)KeyPairTemplateKeyPairTemplate. startDate(java.util.Date startDate)KeyPairTemplateKeyPairTemplate. subject(byte[] subject)KeyPairTemplateKeyPairTemplate. token(java.lang.Boolean token)KeyPairTemplateKeyPairTemplate. unwrapWrap(java.lang.Boolean unwrapWrap)Methods in org.xipki.pkcs11.wrapper with parameters of type KeyPairTemplate Modifier and Type Method Description 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.
-