public class EME_OAEP
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(byte[] EM) |
byte[] |
decode(byte[] EM,
byte[] label) |
byte[] |
encode(byte[] M) |
byte[] |
encode(byte[] M,
byte[] label) |
static EME_OAEP |
getInstance(int blockSize) |
static EME_OAEP |
getInstance(java.security.interfaces.RSAKey key) |
static EME_OAEP |
getInstance(java.lang.String mdName,
int blockSize) |
static EME_OAEP |
getInstance(java.lang.String mdName,
int blockSize,
tr.gov.tubitak.uekae.esya.api.common.crypto.IRandom irnd) |
public static EME_OAEP getInstance(java.security.interfaces.RSAKey key)
public static EME_OAEP getInstance(int blockSize)
public static EME_OAEP getInstance(java.lang.String mdName, int blockSize)
public static EME_OAEP getInstance(java.lang.String mdName, int blockSize, tr.gov.tubitak.uekae.esya.api.common.crypto.IRandom irnd)
public byte[] encode(byte[] M)
public byte[] encode(byte[] M, byte[] label)
public byte[] decode(byte[] EM)
public byte[] decode(byte[] EM, byte[] label)
Copyright © 2025. All rights reserved.