Package org.openziti

Class IdentityConfig.Id

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getKey() Identity private key in PEM format
      final String getCert() Identity X.
      final String getCa() OpenZiti network CA bundle in PEM format
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getKey

         final String getKey()

        Identity private key in PEM format

      • getCert

         final String getCert()

        Identity X.509 certificate in PEM format

      • getCa

         final String getCa()

        OpenZiti network CA bundle in PEM format