Class CertificateRawV1
- java.lang.Object
-
- com.github.katenachain.entity.certify.CertificateRawV1
-
-
Constructor Summary
Constructors Constructor Description CertificateRawV1(String id, byte[] value)CertificateRawV1 constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetNamespace()StringgetSubNamespace()StringgetType()byte[]getValue()
-
-
-
Constructor Detail
-
CertificateRawV1
public CertificateRawV1(String id, byte[] value)
CertificateRawV1 constructor.
-
-
Method Detail
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceTxData
-
getSubNamespace
public String getSubNamespace()
- Specified by:
getSubNamespacein interfaceTxData
-
getValue
public byte[] getValue()
-
-