public static class EncryptionMethodType.EncryptionMethod extends Object
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
keySize |
protected byte[] |
OAEPparams |
Constructor and Description |
---|
EncryptionMethod() |
EncryptionMethod(BigInteger bigInteger,
byte[] oAEPparams) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getKeySize() |
byte[] |
getOAEPparams() |
void |
setKeySize(BigInteger keySize) |
void |
setOAEPparams(byte[] OAEPparams) |
protected BigInteger keySize
protected byte[] OAEPparams
public EncryptionMethod(BigInteger bigInteger, byte[] oAEPparams)
public EncryptionMethod()
public BigInteger getKeySize()
public byte[] getOAEPparams()
public void setKeySize(BigInteger keySize)
public void setOAEPparams(byte[] OAEPparams)
Copyright © 2020 JBoss by Red Hat. All rights reserved.