public class Codec extends Object
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(byte[] src) |
String |
decode(String str) |
byte[] |
encode(byte[] src) |
String |
encode(String str) |
void |
setPassword(String p) |
public void setPassword(String p) throws javax.faces.FacesException
p
- InvalidKeyException
UnsupportedEncodingException
InvalidKeySpecException
NoSuchAlgorithmException
NoSuchPaddingException
javax.faces.FacesException
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.