public class RSAKeyTemplate extends AsymmKeyTemplate<java.security.spec.RSAKeyGenParameterSpec> implements java.security.interfaces.RSAKey
Description:
KeyTemplate for RSA Keys, Public or Private .Asymmetric Key plus
CK_ATTRIBUTE(CKA_KEY_TYPE, CKK_RSA)
Modifier and Type | Field and Description |
---|---|
protected byte[] |
encoded |
protected java.math.BigInteger |
modulus |
protected java.security.MessageDigest |
OZET_ALICI |
spec
attributes, keyId, label, logger
Constructor and Description |
---|
RSAKeyTemplate(java.lang.String label,
java.security.spec.RSAKeyGenParameterSpec spec) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithm() |
int |
getKeysize() |
java.math.BigInteger |
getModulus() |
getSpec
add, containsAttribute, getAttribute, getAttributes, getAttributesAsArr, getEncoded, getFormat, getKeyId, getLabel, remove, setKeyId
Copyright © 2025. All rights reserved.