public class RSAKeyPairTemplate extends KeyPairTemplate<RSAPublicKeyTemplate,RSAPrivateKeyTemplate> implements java.io.Serializable
Description:
Constructor and Description |
---|
RSAKeyPairTemplate(RSAPublicKeyTemplate publicKeyTemplate,
RSAPrivateKeyTemplate privateKeyTemplate) |
RSAKeyPairTemplate(java.lang.String label,
java.security.spec.RSAKeyGenParameterSpec spec) |
Modifier and Type | Method and Description |
---|---|
RSAKeyPairTemplate |
getAsExtractableTemplate() |
RSAKeyPairTemplate |
getAsTokenTemplate(boolean sign,
boolean encrypt) |
RSAKeyPairTemplate |
getAsTokenTemplate(boolean sign,
boolean encrypt,
boolean isWrapUnwrapKey) |
RSAKeyPairTemplate |
getAsWrapperTemplate() |
getPrivateKeyTemplate, getPublicKeyTemplate
public RSAKeyPairTemplate(java.lang.String label, java.security.spec.RSAKeyGenParameterSpec spec)
public RSAKeyPairTemplate(RSAPublicKeyTemplate publicKeyTemplate, RSAPrivateKeyTemplate privateKeyTemplate)
public RSAKeyPairTemplate getAsTokenTemplate(boolean sign, boolean encrypt)
public RSAKeyPairTemplate getAsTokenTemplate(boolean sign, boolean encrypt, boolean isWrapUnwrapKey)
public RSAKeyPairTemplate getAsWrapperTemplate()
public RSAKeyPairTemplate getAsExtractableTemplate()
Copyright © 2025. All rights reserved.