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 PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DHKey | A interface para uma chave Diffie-Hellman. |
| DHPrivateKey | A interface para uma chave privada Diffie-Hellman. |
| DHPublicKey | A interface para uma chave pública Diffie-Hellman. |
| PBEKey | A interface para uma chave PBE (Password-Based Encryption, Criptografia Baseada em Senhas). |
Provê interfaces para chaves Diffie-Hellman, tais como definidas em PKCS #3 (RSA Laboratories).
Note que estas interfaces são destinadas apenas para implementações de chaves cujo material de chave é acessível e disponível. Estas interfaces não são destinadas para implementações cujo material de chave reside em armazenamento inacessível e protegido (tal como em um dispositivo de hardware).
Para informação adicional para que o desenvolvedor possa usar estas interfaces, incluindo
a informação sobre como designar classes Key para dispositivos de hardware, favor
consultar os seguintes guias para o desenvolvedor de provedores criptográficos:
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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.