Searched refs:EncryptionMethodType (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/
H A DEncryptionMethodElement.java17 * <element name="EncryptionMethod" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionMethodType"/>
22 extends javax.xml.bind.Element, com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/
H A DEncryptionMethodElement.java17 * <element name="EncryptionMethod" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionMethodType"/>
22 extends javax.xml.bind.Element, com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DEncryptionMethodType.java13 * Java content class for EncryptionMethodType complex type.
17 * <complexType name="EncryptionMethodType">
32 public interface EncryptionMethodType { interface
71 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams}
73 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize}
H A DEncryptedType.java21 * <element name="EncryptionMethod" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionMethodType" minOccurs="0"/>
64 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType}
66 com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType getEncryptionMethod();
73 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType}
75 void setEncryptionMethod(com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType value);
H A DObjectFactory.java46 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$OAEPparamsImpl");
51 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptionMethodTypeImpl");
57 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$KeySizeImpl");
261 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams()
273 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams(byte[] value)
340 * Create an instance of EncryptionMethodType
345 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType createEncryptionMethodType()
417 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize()
429 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize(java.math.BigInteger value)
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DEncryptionMethodType.java13 * Java content class for EncryptionMethodType complex type.
17 * <complexType name="EncryptionMethodType">
32 public interface EncryptionMethodType { interface
72 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize}
74 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams}
H A DEncryptedType.java21 * <element name="EncryptionMethod" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionMethodType" minOccurs="0"/>
64 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType}
66 com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType getEncryptionMethod();
73 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType}
75 void setEncryptionMethod(com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType value);
H A DObjectFactory.java43 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$KeySizeImpl");
47 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl");
54 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$OAEPparamsImpl");
237 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize()
249 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize(java.math.BigInteger value)
292 * Create an instance of EncryptionMethodType
297 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType createEncryptionMethodType()
381 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams()
393 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams(byte[] value)
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DEncryptionMethodType.java13 * Java content class for EncryptionMethodType complex type.
17 * <complexType name="EncryptionMethodType">
32 public interface EncryptionMethodType { interface
71 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams}
73 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize}
H A DEncryptedType.java21 * <element name="EncryptionMethod" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionMethodType" minOccurs="0"/>
64 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType}
66 com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType getEncryptionMethod();
73 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType}
75 void setEncryptionMethod(com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType value);
H A DObjectFactory.java46 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$OAEPparamsImpl");
51 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptionMethodTypeImpl");
57 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$KeySizeImpl");
261 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams()
273 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams(byte[] value)
340 * Create an instance of EncryptionMethodType
345 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType createEncryptionMethodType()
417 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize()
429 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize(java.math.BigInteger value)
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DEncryptionMethodType.java13 * Java content class for EncryptionMethodType complex type.
17 * <complexType name="EncryptionMethodType">
32 public interface EncryptionMethodType { interface
72 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize}
74 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams}
H A DEncryptedType.java21 * <element name="EncryptionMethod" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionMethodType" minOccurs="0"/>
64 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType}
66 com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType getEncryptionMethod();
73 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType}
75 void setEncryptionMethod(com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType value);
H A DObjectFactory.java43 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$KeySizeImpl");
47 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl");
54 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$OAEPparamsImpl");
237 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize()
249 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize(java.math.BigInteger value)
292 * Create an instance of EncryptionMethodType
297 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType createEncryptionMethodType()
381 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams()
393 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams(byte[] value)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java297 EncryptionMethodType em = null;
301 em = (EncryptionMethodType)emList.get(0);
309 if (cObject instanceof EncryptionMethodType.KeySize) {
311 ((EncryptionMethodType.KeySize)(cList.get(0))).
535 EncryptionMethodType em = null;
539 em = (EncryptionMethodType)emList.get(0);
545 ((EncryptionMethodType.KeySize)(cList.get(0))).
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java311 EncryptionMethodType em = null;
315 em = (EncryptionMethodType)emList.get(0);
323 if (cObject instanceof EncryptionMethodType.KeySize) {
325 ((EncryptionMethodType.KeySize)(cList.get(0))).
549 EncryptionMethodType em = null;
553 em = (EncryptionMethodType)emList.get(0);
559 ((EncryptionMethodType.KeySize)(cList.get(0))).
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DEncryptionMethodTypeImpl.java11 public class EncryptionMethodTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
20 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.class);
141 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.class);
171 +"b.xmlenc.EncryptionMethodType.OAEPparamsq\u0000~\u0000$q\u0000~\u0000\u001fsq\u0000~\u0000\u000bppsq"
201 public static class KeySizeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
216 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
264 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
455 public static class OAEPparamsImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
470 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams.class);
518 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType
[all...]
H A DEncryptedTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType _EncryptionMethod;
37 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType getEncryptionMethod() {
41 public void setEncryptionMethod(com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType value) {
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DEncryptionMethodTypeImpl.java11 public class EncryptionMethodTypeImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
20 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.class);
141 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.class);
167 +"om.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySi"
201 public static class KeySizeImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
216 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
264 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
455 public static class OAEPparamsImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
470 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams.class);
518 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType
[all...]
H A DEncryptedTypeImpl.java15 protected com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType _EncryptionMethod;
37 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType getEncryptionMethod() {
41 public void setEncryptionMethod(com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType value) {
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DEncryptionMethodTypeImpl.java11 public class EncryptionMethodTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
20 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.class);
141 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.class);
171 +"b.xmlenc.EncryptionMethodType.OAEPparamsq\u0000~\u0000$q\u0000~\u0000\u001fsq\u0000~\u0000\u000bppsq"
201 public static class KeySizeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
216 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
264 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
455 public static class OAEPparamsImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
470 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.OAEPparams.class);
518 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType
[all...]
H A DEncryptedTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType _EncryptionMethod;
37 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType getEncryptionMethod() {
41 public void setEncryptionMethod(com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType value) {
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DEncryptionMethodTypeImpl.java11 public class EncryptionMethodTypeImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
20 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.class);
141 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.class);
167 +"om.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySi"
201 public static class KeySizeImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
216 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
264 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
455 public static class OAEPparamsImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
470 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.OAEPparams.class);
518 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType
[all...]
H A DEncryptedTypeImpl.java15 protected com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType _EncryptionMethod;
37 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType getEncryptionMethod() {
41 public void setEncryptionMethod(com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType value) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2ModelImpl.java77 import com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType;
1742 EncryptionMethodType.KeySize keysizeElem =
1743 (EncryptionMethodType.KeySize)

Completed in 104 milliseconds

12