Class EncryptionMethodType.EncryptionMethod
java.lang.Object
org.keycloak.dom.xmlsec.w3.xmlenc.EncryptionMethodType.EncryptionMethod
- Enclosing class:
- EncryptionMethodType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getAny()
byte[]
void
setKeySize
(BigInteger keySize) void
setOAEPparams
(byte[] OAEPparams)
-
Field Details
-
keySize
-
OAEPparams
protected byte[] OAEPparams -
any
-
-
Constructor Details
-
EncryptionMethod
-
EncryptionMethod
public EncryptionMethod()
-
-
Method Details
-
getKeySize
-
getOAEPparams
public byte[] getOAEPparams() -
setKeySize
-
setOAEPparams
public void setOAEPparams(byte[] OAEPparams) -
getAny
-
addAny
-