Click or drag to resize

PublicationsFile Class

Publications file implementation.
Inheritance Hierarchy

Namespace:  Guardtime.KSI.Publication
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public sealed class PublicationsFile : CompositeTag, 
	IPublicationsFile, ITlvTag, IKsiTrustProvider

The PublicationsFile type exposes the following members.

Constructors
  NameDescription
Public methodPublicationsFile
Create new publications file TLV element from TLV element.
Top
Properties
  NameDescription
Public propertyCount
Get TLV element list size
(Inherited from CompositeTag.)
Public propertyForceTlv16Encoding
Is TLV16 encoding forced when writing the TLV object
(Inherited from TlvTag.)
Public propertyForward
Is tlv forwarded.
(Inherited from TlvTag.)
Public propertyItem
Get or set TLV child object
(Inherited from CompositeTag.)
Public propertyNonCritical
Is tlv tag non critical.
(Inherited from TlvTag.)
Public propertyType
Tlv tag type.
(Inherited from TlvTag.)
Top
Methods
  NameDescription
Public methodEncode
Encode TLV object.
(Inherited from TlvTag.)
Public methodEncodeValue
Encode child TLV list to byte array.
(Inherited from CompositeTag.)
Public methodEquals(Object)
Compare TLV element to object.
(Inherited from TlvTag.)
Public methodEquals(TlvTag)
Compare tlv element to tlv element
(Inherited from TlvTag.)
Public methodFindCertificateById
Get certificate by certificate ID.
Public methodGetChildren
Get array of child elements.
(Inherited from CompositeTag.)
Public methodGetEnumerator
Get Enumerator for TLV composite element.
(Inherited from CompositeTag.)
Public methodGetHashCode
Get TLV element hash code.
(Inherited from CompositeTag.)
Public methodGetLatestPublication
Get latest publication record.
Public methodGetNearestPublicationRecord(DateTime)
Get nearest publication record subsequent to given time.
Public methodGetNearestPublicationRecord(UInt64)
Get nearest publication record subsequent to given time.
Public methodGetSignatureValue
Get signature
Public methodGetSignedBytes
Get signed bytes.
Public methodGetType (Inherited from Object.)
Public methodToString
Convert publications file to string.
(Overrides CompositeTagToString.)
Public methodWriteTo
Write TlvTag to stream.
(Inherited from TlvTag.)
Top
Fields
  NameDescription
Public fieldStatic memberFileBeginningMagicBytes
Publications file beginning bytes "KSIPUBLF".
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Get Enumerator for TLV composite element.
(Inherited from CompositeTag.)
Top
See Also