public class PasswordSpec extends Object implements Password, KeySpec
serialVersionUID| Constructor and Description |
|---|
PasswordSpec(char[] password) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
boolean |
equals(Object obj) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
int |
hashCode() |
boolean |
isDestroyed() |
char[] |
toCharArray() |
String |
toString() |
public char[] toCharArray()
toCharArray in interface Passwordpublic String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Keypublic void destroy()
destroy in interface Destroyablepublic boolean isDestroyed()
isDestroyed in interface DestroyableCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.