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 Details

    • keySize

      protected BigInteger keySize
    • OAEPparams

      protected byte[] OAEPparams
  • Constructor Details

    • EncryptionMethod

      public EncryptionMethod(BigInteger bigInteger, byte[] oAEPparams)
    • EncryptionMethod

      public EncryptionMethod()
  • Method Details

    • getKeySize

      public BigInteger getKeySize()
    • getOAEPparams

      public byte[] getOAEPparams()
    • setKeySize

      public void setKeySize(BigInteger keySize)
    • setOAEPparams

      public void setOAEPparams(byte[] OAEPparams)