Class EncryptionMethodType
java.lang.Object
org.keycloak.dom.xmlsec.w3.xmlenc.EncryptionMethodType
Java class for EncryptionMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptionMethodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType" minOccurs="0"/>
<element name="OAEPparams" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<any/>
</sequence>
<attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected EncryptionMethodType.EncryptionMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithm property.voidsetEncryptionMethod(EncryptionMethodType.EncryptionMethod encryptionMethod)
-
Field Details
-
algorithm
-
encryptionMethod
-
-
Constructor Details
-
EncryptionMethodType
-
-
Method Details
-
getEncryptionMethod
-
setEncryptionMethod
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
String
-