@Deprecated
public abstract class SecretKey
extends java.lang.Object
SecretKeyTemplate
Constructor and Description |
---|
SecretKey()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<sun.security.pkcs11.wrapper.CK_ATTRIBUTE> |
getCreationTemplate()
Deprecated.
do no use or implements,
|
abstract long |
getGenerationMechanism()
Deprecated.
|
java.util.List<sun.security.pkcs11.wrapper.CK_ATTRIBUTE> |
getImportTemplate()
Deprecated.
do no use or implements,
|
int |
getKeySize()
Deprecated.
getKeySize returns key length in bytes.
|
abstract long |
getKeyType()
Deprecated.
|
java.lang.String |
getLabel()
Deprecated.
getLabel returns key label
|
byte[] |
getValue()
Deprecated.
getValue returns key value to be imported to token
|
@Deprecated public java.util.List<sun.security.pkcs11.wrapper.CK_ATTRIBUTE> getCreationTemplate()
SecretKeyTemplate
@Deprecated public java.util.List<sun.security.pkcs11.wrapper.CK_ATTRIBUTE> getImportTemplate()
SecretKeyTemplate
public int getKeySize()
public java.lang.String getLabel()
public byte[] getValue()
public abstract long getGenerationMechanism()
public abstract long getKeyType()
Copyright © 2025. All rights reserved.