Interface NotaryInfo

  • All Implemented Interfaces:

    
    public interface NotaryInfo
    
                        

    Stores information about a notary service available in the network.

    Example usages:

    • Java:
      
      MemberX500Name name = notaryInfo.getName();
      String protocol = notaryInfo.getProtocol();
      Collection<Integer> protocolVersions = notaryInfo.getProtocolVersions();
      PublicKey publicKey = notaryInfo.getPublicKey();
      
    • Kotlin:
      
      val name = notaryInfo.name
      val protocol = notaryInfo.protocol
      val protocolVersions = notaryInfo.protocolVersions
      val publicKey = notaryInfo.publicKey
      
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description