public class UmtsEncryptionAlgorithmsSupported extends Sequence
UmtsEncryptionAlgorithmsSupported
type.Constructor and Description |
---|
UmtsEncryptionAlgorithmsSupported()
The default constructor.
|
UmtsEncryptionAlgorithmsSupported(BOOLEAN umtsEncryptionAlgorithmUEA0,
BOOLEAN umtsEncryptionAlgorithmUEA1,
BOOLEAN umtsEncryptionAlgorithmUEA2,
BOOLEAN umtsEncryptionAlgorithmUEA3,
BOOLEAN umtsEncryptionAlgorithmUEA4,
BOOLEAN umtsEncryptionAlgorithmUEA5,
BOOLEAN umtsEncryptionAlgorithmUEA6,
BOOLEAN umtsEncryptionAlgorithmUEA7)
Constructs an instance of the
UmtsEncryptionAlgorithmsSupported with the specified
components. |
Modifier and Type | Method and Description |
---|---|
BOOLEAN |
getUmtsEncryptionAlgorithmUEA0()
Returns the value of the
umtsEncryptionAlgorithmUEA0 field. |
BOOLEAN |
getUmtsEncryptionAlgorithmUEA1()
Returns the value of the
umtsEncryptionAlgorithmUEA1 field. |
BOOLEAN |
getUmtsEncryptionAlgorithmUEA2()
Returns the value of the
umtsEncryptionAlgorithmUEA2 field. |
BOOLEAN |
getUmtsEncryptionAlgorithmUEA3()
Returns the value of the
umtsEncryptionAlgorithmUEA3 field. |
BOOLEAN |
getUmtsEncryptionAlgorithmUEA4()
Returns the value of the
umtsEncryptionAlgorithmUEA4 field. |
BOOLEAN |
getUmtsEncryptionAlgorithmUEA5()
Returns the value of the
umtsEncryptionAlgorithmUEA5 field. |
BOOLEAN |
getUmtsEncryptionAlgorithmUEA6()
Returns the value of the
umtsEncryptionAlgorithmUEA6 field. |
BOOLEAN |
getUmtsEncryptionAlgorithmUEA7()
Returns the value of the
umtsEncryptionAlgorithmUEA7 field. |
void |
setUmtsEncryptionAlgorithmUEA0(BOOLEAN umtsEncryptionAlgorithmUEA0)
Sets the value of the
umtsEncryptionAlgorithmUEA0 field. |
void |
setUmtsEncryptionAlgorithmUEA1(BOOLEAN umtsEncryptionAlgorithmUEA1)
Sets the value of the
umtsEncryptionAlgorithmUEA1 field. |
void |
setUmtsEncryptionAlgorithmUEA2(BOOLEAN umtsEncryptionAlgorithmUEA2)
Sets the value of the
umtsEncryptionAlgorithmUEA2 field. |
void |
setUmtsEncryptionAlgorithmUEA3(BOOLEAN umtsEncryptionAlgorithmUEA3)
Sets the value of the
umtsEncryptionAlgorithmUEA3 field. |
void |
setUmtsEncryptionAlgorithmUEA4(BOOLEAN umtsEncryptionAlgorithmUEA4)
Sets the value of the
umtsEncryptionAlgorithmUEA4 field. |
void |
setUmtsEncryptionAlgorithmUEA5(BOOLEAN umtsEncryptionAlgorithmUEA5)
Sets the value of the
umtsEncryptionAlgorithmUEA5 field. |
void |
setUmtsEncryptionAlgorithmUEA6(BOOLEAN umtsEncryptionAlgorithmUEA6)
Sets the value of the
umtsEncryptionAlgorithmUEA6 field. |
void |
setUmtsEncryptionAlgorithmUEA7(BOOLEAN umtsEncryptionAlgorithmUEA7)
Sets the value of the
umtsEncryptionAlgorithmUEA7 field. |
public UmtsEncryptionAlgorithmsSupported()
public UmtsEncryptionAlgorithmsSupported(BOOLEAN umtsEncryptionAlgorithmUEA0, BOOLEAN umtsEncryptionAlgorithmUEA1, BOOLEAN umtsEncryptionAlgorithmUEA2, BOOLEAN umtsEncryptionAlgorithmUEA3, BOOLEAN umtsEncryptionAlgorithmUEA4, BOOLEAN umtsEncryptionAlgorithmUEA5, BOOLEAN umtsEncryptionAlgorithmUEA6, BOOLEAN umtsEncryptionAlgorithmUEA7)
UmtsEncryptionAlgorithmsSupported
with the specified
components.umtsEncryptionAlgorithmUEA0
- the value of the umtsEncryptionAlgorithmUEA0
field (mandatory).umtsEncryptionAlgorithmUEA1
- the value of the umtsEncryptionAlgorithmUEA1
field (mandatory).umtsEncryptionAlgorithmUEA2
- the value of the umtsEncryptionAlgorithmUEA2
field (mandatory).umtsEncryptionAlgorithmUEA3
- the value of the umtsEncryptionAlgorithmUEA3
field (mandatory).umtsEncryptionAlgorithmUEA4
- the value of the umtsEncryptionAlgorithmUEA4
field (mandatory).umtsEncryptionAlgorithmUEA5
- the value of the umtsEncryptionAlgorithmUEA5
field (mandatory).umtsEncryptionAlgorithmUEA6
- the value of the umtsEncryptionAlgorithmUEA6
field (mandatory).umtsEncryptionAlgorithmUEA7
- the value of the umtsEncryptionAlgorithmUEA7
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public BOOLEAN getUmtsEncryptionAlgorithmUEA0()
umtsEncryptionAlgorithmUEA0
field.umtsEncryptionAlgorithmUEA0
field.public void setUmtsEncryptionAlgorithmUEA0(BOOLEAN umtsEncryptionAlgorithmUEA0)
umtsEncryptionAlgorithmUEA0
field.umtsEncryptionAlgorithmUEA0
- the value of the umtsEncryptionAlgorithmUEA0
field.java.lang.IllegalArgumentException
- when the umtsEncryptionAlgorithmUEA0
parameter is null.public BOOLEAN getUmtsEncryptionAlgorithmUEA1()
umtsEncryptionAlgorithmUEA1
field.umtsEncryptionAlgorithmUEA1
field.public void setUmtsEncryptionAlgorithmUEA1(BOOLEAN umtsEncryptionAlgorithmUEA1)
umtsEncryptionAlgorithmUEA1
field.umtsEncryptionAlgorithmUEA1
- the value of the umtsEncryptionAlgorithmUEA1
field.java.lang.IllegalArgumentException
- when the umtsEncryptionAlgorithmUEA1
parameter is null.public BOOLEAN getUmtsEncryptionAlgorithmUEA2()
umtsEncryptionAlgorithmUEA2
field.umtsEncryptionAlgorithmUEA2
field.public void setUmtsEncryptionAlgorithmUEA2(BOOLEAN umtsEncryptionAlgorithmUEA2)
umtsEncryptionAlgorithmUEA2
field.umtsEncryptionAlgorithmUEA2
- the value of the umtsEncryptionAlgorithmUEA2
field.java.lang.IllegalArgumentException
- when the umtsEncryptionAlgorithmUEA2
parameter is null.public BOOLEAN getUmtsEncryptionAlgorithmUEA3()
umtsEncryptionAlgorithmUEA3
field.umtsEncryptionAlgorithmUEA3
field.public void setUmtsEncryptionAlgorithmUEA3(BOOLEAN umtsEncryptionAlgorithmUEA3)
umtsEncryptionAlgorithmUEA3
field.umtsEncryptionAlgorithmUEA3
- the value of the umtsEncryptionAlgorithmUEA3
field.java.lang.IllegalArgumentException
- when the umtsEncryptionAlgorithmUEA3
parameter is null.public BOOLEAN getUmtsEncryptionAlgorithmUEA4()
umtsEncryptionAlgorithmUEA4
field.umtsEncryptionAlgorithmUEA4
field.public void setUmtsEncryptionAlgorithmUEA4(BOOLEAN umtsEncryptionAlgorithmUEA4)
umtsEncryptionAlgorithmUEA4
field.umtsEncryptionAlgorithmUEA4
- the value of the umtsEncryptionAlgorithmUEA4
field.java.lang.IllegalArgumentException
- when the umtsEncryptionAlgorithmUEA4
parameter is null.public BOOLEAN getUmtsEncryptionAlgorithmUEA5()
umtsEncryptionAlgorithmUEA5
field.umtsEncryptionAlgorithmUEA5
field.public void setUmtsEncryptionAlgorithmUEA5(BOOLEAN umtsEncryptionAlgorithmUEA5)
umtsEncryptionAlgorithmUEA5
field.umtsEncryptionAlgorithmUEA5
- the value of the umtsEncryptionAlgorithmUEA5
field.java.lang.IllegalArgumentException
- when the umtsEncryptionAlgorithmUEA5
parameter is null.public BOOLEAN getUmtsEncryptionAlgorithmUEA6()
umtsEncryptionAlgorithmUEA6
field.umtsEncryptionAlgorithmUEA6
field.public void setUmtsEncryptionAlgorithmUEA6(BOOLEAN umtsEncryptionAlgorithmUEA6)
umtsEncryptionAlgorithmUEA6
field.umtsEncryptionAlgorithmUEA6
- the value of the umtsEncryptionAlgorithmUEA6
field.java.lang.IllegalArgumentException
- when the umtsEncryptionAlgorithmUEA6
parameter is null.public BOOLEAN getUmtsEncryptionAlgorithmUEA7()
umtsEncryptionAlgorithmUEA7
field.umtsEncryptionAlgorithmUEA7
field.public void setUmtsEncryptionAlgorithmUEA7(BOOLEAN umtsEncryptionAlgorithmUEA7)
umtsEncryptionAlgorithmUEA7
field.umtsEncryptionAlgorithmUEA7
- the value of the umtsEncryptionAlgorithmUEA7
field.java.lang.IllegalArgumentException
- when the umtsEncryptionAlgorithmUEA7
parameter is null.Copyright © 2024 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.