Class CertificateRawV1

  • All Implemented Interfaces:
    TxData

    public class CertificateRawV1
    extends Object
    implements TxData
    CertificateRawV1 is the first version of a raw certificate.
    • Constructor Detail

      • CertificateRawV1

        public CertificateRawV1()
    • Method Detail

      • getType

        public String getType()
        Type Getter
        Specified by:
        getType in interface TxData
        Returns:
        String
      • getId

        public String getId()
        Id Getter
        Specified by:
        getId in interface TxData
        Returns:
        String
      • getNamespace

        public String getNamespace()
        Namespace Getter
        Specified by:
        getNamespace in interface TxData
        Returns:
        String
      • getSubNamespace

        public String getSubNamespace()
        SubNamespace Getter
        Specified by:
        getSubNamespace in interface TxData
        Returns:
        String
      • setId

        public CertificateRawV1 setId​(String id)
        Id Setter
        Parameters:
        id - String
        Returns:
        CertificateRawV1 id
      • getValue

        public byte[] getValue()
        Value Getter
        Returns:
        byte[] byte [ ]
      • setValue

        public CertificateRawV1 setValue​(byte[] value)
        Value Setter
        Parameters:
        value - byte[]
        Returns:
        CertificateRawV1 value