Class EncryptionMethodType.EncryptionMethod
- java.lang.Object
-
- org.keycloak.dom.xmlsec.w3.xmlenc.EncryptionMethodType.EncryptionMethod
-
- Enclosing class:
- EncryptionMethodType
public static class EncryptionMethodType.EncryptionMethod extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegerkeySizeprotected byte[]OAEPparams
-
Constructor Summary
Constructors Constructor Description EncryptionMethod()EncryptionMethod(BigInteger bigInteger, byte[] oAEPparams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetKeySize()byte[]getOAEPparams()voidsetKeySize(BigInteger keySize)voidsetOAEPparams(byte[] OAEPparams)
-
-
-
Field Detail
-
keySize
protected BigInteger keySize
-
OAEPparams
protected byte[] OAEPparams
-
-
Constructor Detail
-
EncryptionMethod
public EncryptionMethod(BigInteger bigInteger, byte[] oAEPparams)
-
EncryptionMethod
public EncryptionMethod()
-
-
Method Detail
-
getKeySize
public BigInteger getKeySize()
-
getOAEPparams
public byte[] getOAEPparams()
-
setKeySize
public void setKeySize(BigInteger keySize)
-
setOAEPparams
public void setOAEPparams(byte[] OAEPparams)
-
-