public abstract class AsymmKeyTemplate<T extends java.security.spec.AlgorithmParameterSpec> extends KeyTemplate
Description:
Asymmetric Keys template generify EC,RSA,Public,Private etc...
Modifier and Type | Field and Description |
---|---|
protected T |
spec |
attributes, keyId, label, logger
Constructor and Description |
---|
AsymmKeyTemplate(java.lang.String label,
T spec)
create AsymmKeyTemplate with label and spec
|
Modifier and Type | Method and Description |
---|---|
T |
getSpec() |
add, containsAttribute, getAttribute, getAttributes, getAttributesAsArr, getEncoded, getFormat, getKeyId, getLabel, remove, setKeyId
Copyright © 2025. All rights reserved.