|
Oracle Fusion Middleware Crypto FIPS Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1.9) E56316-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.security.crypto.core.ECC
public class ECC
Constructor Summary | |
---|---|
ECC() |
Method Summary | |
---|---|
byte[] |
decrypt(java.security.interfaces.ECPrivateKey dKey, byte[] ciphertext) |
byte[] |
encrypt(java.security.interfaces.ECPublicKey eKey, byte[] plaintext) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECC()
Method Detail |
---|
public byte[] encrypt(java.security.interfaces.ECPublicKey eKey, byte[] plaintext) throws java.security.GeneralSecurityException
java.security.GeneralSecurityException
public byte[] decrypt(java.security.interfaces.ECPrivateKey dKey, byte[] ciphertext) throws java.security.GeneralSecurityException
java.security.GeneralSecurityException
|
Oracle Fusion Middleware Crypto FIPS Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1.9) E56316-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |