Constructor and Description |
---|
SecretKeySpec(CipherAlg algorithm,
int len) |
SecretKeySpec(CipherAlg algorithm,
java.lang.String label,
int len) |
Modifier and Type | Method and Description |
---|---|
CipherAlg |
getmAlgorithm() |
java.lang.String |
getmLabel() |
int |
getmLen() |
public SecretKeySpec(CipherAlg algorithm, java.lang.String label, int len)
public SecretKeySpec(CipherAlg algorithm, int len)
public CipherAlg getmAlgorithm()
public java.lang.String getmLabel()
public int getmLen()
Copyright © 2025. All rights reserved.