Class TrustListDataType
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
org.apache.plc4x.java.opcua.readwrite.TrustListDataType
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<PascalByteString>protected final List<PascalByteString>protected final intprotected final intprotected final intprotected final intprotected final longprotected final List<PascalByteString>protected final List<PascalByteString> -
Constructor Summary
ConstructorsConstructorDescriptionTrustListDataType(long specifiedLists, int noOfTrustedCertificates, List<PascalByteString> trustedCertificates, int noOfTrustedCrls, List<PascalByteString> trustedCrls, int noOfIssuerCertificates, List<PascalByteString> issuerCertificates, int noOfIssuerCrls, List<PascalByteString> issuerCrls) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintintintintlonginthashCode()protected voidserializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, String identifier) toString()Methods inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
serialize, staticParse, staticParseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Field Details
-
specifiedLists
protected final long specifiedLists -
noOfTrustedCertificates
protected final int noOfTrustedCertificates -
trustedCertificates
-
noOfTrustedCrls
protected final int noOfTrustedCrls -
trustedCrls
-
noOfIssuerCertificates
protected final int noOfIssuerCertificates -
issuerCertificates
-
noOfIssuerCrls
protected final int noOfIssuerCrls -
issuerCrls
-
-
Constructor Details
-
TrustListDataType
public TrustListDataType(long specifiedLists, int noOfTrustedCertificates, List<PascalByteString> trustedCertificates, int noOfTrustedCrls, List<PascalByteString> trustedCrls, int noOfIssuerCertificates, List<PascalByteString> issuerCertificates, int noOfIssuerCrls, List<PascalByteString> issuerCrls)
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getSpecifiedLists
public long getSpecifiedLists() -
getNoOfTrustedCertificates
public int getNoOfTrustedCertificates() -
getTrustedCertificates
-
getNoOfTrustedCrls
public int getNoOfTrustedCrls() -
getTrustedCrls
-
getNoOfIssuerCertificates
public int getNoOfIssuerCertificates() -
getIssuerCertificates
-
getNoOfIssuerCrls
public int getNoOfIssuerCrls() -
getIssuerCrls
-
serializeExtensionObjectDefinitionChild
protected void serializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) throws SerializationException - Specified by:
serializeExtensionObjectDefinitionChildin classExtensionObjectDefinition- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classExtensionObjectDefinition
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classExtensionObjectDefinition
-
staticParseBuilder
public static TrustListDataType.TrustListDataTypeBuilder staticParseBuilder(ReadBuffer readBuffer, String identifier) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classExtensionObjectDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classExtensionObjectDefinition
-
toString
- Overrides:
toStringin classExtensionObjectDefinition
-