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(Boolean decryptEncrypt)KeyPairTemplateKeyPairTemplate. derive(Boolean derive)KeyPairTemplateKeyPairTemplate. endDate(Instant endDate)KeyPairTemplateKeyPairTemplate. id(byte[] id)KeyPairTemplateKeyPairTemplate. keyType(long keyType)KeyPairTemplateKeyPairTemplate. labels(String label)KeyPairTemplateKeyPairTemplate. labels(String privateKeyLabel, String publicKeyLabel)KeyPairTemplateKeyPairTemplate. local(Boolean local)KeyPairTemplateKeyPairTemplate. modifiable(Boolean modifiable)KeyPairTemplateKeyPairTemplate. private_(Boolean private_)KeyPairTemplateKeyPairTemplate. private_(Boolean privateKeyPrivate, Boolean publicKeyPrivate)KeyPairTemplateKeyPairTemplate. signVerify(Boolean signVerify)KeyPairTemplateKeyPairTemplate. signVerifyRecover(Boolean signVerifyRecover)KeyPairTemplateKeyPairTemplate. startDate(Instant startDate)KeyPairTemplateKeyPairTemplate. subject(byte[] subject)KeyPairTemplateKeyPairTemplate. token(Boolean token)KeyPairTemplateKeyPairTemplate. unwrapWrap(Boolean unwrapWrap)Methods in org.xipki.pkcs11.wrapper with parameters of type KeyPairTemplate 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.
-