Please note that this translation of the specification is the result of a java.net community project ( https://jdk5-api-pt-br.dev.java.net/ ). The official version of the specification is the US English language version which can be found at http://java.sun.com/j2se/1.5.0/docs/api/. In case of disputes, the authoritative version of the specification is the original, English document.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PBEKey
A interface para uma chave PBE (Password-Based Encryption, Criptografia Baseada em Senhas).
PBEKeySpec,
SecretKey| Field Summary | |
|---|---|
static long |
serialVersionUID
A impressão digital da classe que indica compatibilidade de serialização desde o J2SE 1.4. |
| Method Summary | |
|---|---|
int |
getIterationCount()
Retorna o número de iterações, ou 0 se não especificado. |
char[] |
getPassword()
Retorna a senha. |
byte[] |
getSalt()
Retorna o "salt", ou null se o "salt" não houver sido especificado. |
| Methods inherited from interface java.security.Key |
|---|
getAlgorithm, getEncoded, getFormat |
| Field Detail |
|---|
static final long serialVersionUID
| Method Detail |
|---|
char[] getPassword()
Nota: este método deve retornar uma cópia da senha. O chamador deve ser responsável por zerar a informação de senha depois do uso.
byte[] getSalt()
Nota: este método deve retornar uma cópia do "salt". O chamador deve ser responsável por zerar a informação de "salt" depois do uso.
int getIterationCount()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Copyright 2006 Sun Microsystems, Inc. Todos os direitos reservados. O uso está sujeito aos termos da licensa.