Interface Certifiable
-
public interface CertifiableCertifiable contains common methods for tx data instances.
-
-
Method Summary
Static Methods Modifier and Type Method Description static StringgetCertificateSubNamespace()Gets certificate sub namespace.static StringgetNamespace()Gets namespace.static StringgetNamespaceCertify()Gets namespace certify.static StringgetSecretSubNamespace()Gets secret sub namespace.static StringgetSubNamespace()Gets sub namespace.static StringgetTypeCertificateEd25519V1()Gets type certificate ed 25519 v 1.static StringgetTypeCertificateRawV1()Gets type certificate raw v 1.static StringgetTypeSecretNaclBoxV1()Gets type secret nacl box v 1.
-
-
-
Method Detail
-
getNamespace
static String getNamespace()
Gets namespace.- Returns:
- the namespace
-
getSubNamespace
static String getSubNamespace()
Gets sub namespace.- Returns:
- the sub namespace
-
getNamespaceCertify
static String getNamespaceCertify()
Gets namespace certify.- Returns:
- the namespace certify
-
getCertificateSubNamespace
static String getCertificateSubNamespace()
Gets certificate sub namespace.- Returns:
- the certificate sub namespace
-
getSecretSubNamespace
static String getSecretSubNamespace()
Gets secret sub namespace.- Returns:
- the secret sub namespace
-
getTypeCertificateRawV1
static String getTypeCertificateRawV1()
Gets type certificate raw v 1.- Returns:
- the type certificate raw v 1
-
getTypeCertificateEd25519V1
static String getTypeCertificateEd25519V1()
Gets type certificate ed 25519 v 1.- Returns:
- the type certificate ed 25519 v 1
-
getTypeSecretNaclBoxV1
static String getTypeSecretNaclBoxV1()
Gets type secret nacl box v 1.- Returns:
- the type secret nacl box v 1
-
-