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