Class InstanceIdentityCredentials


  • public class InstanceIdentityCredentials
    extends java.lang.Object
    Used for deserializing response from ZTS
    Author:
    mortent
    • Constructor Summary

      Constructors 
      Constructor Description
      InstanceIdentityCredentials​(java.security.cert.X509Certificate x509Certificate, java.lang.String serviceToken)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getServiceToken()  
      java.security.cert.X509Certificate getX509Certificate()  
      • Methods inherited from class java.lang.Object

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

      • InstanceIdentityCredentials

        public InstanceIdentityCredentials​(java.security.cert.X509Certificate x509Certificate,
                                           java.lang.String serviceToken)
    • Method Detail

      • getX509Certificate

        public java.security.cert.X509Certificate getX509Certificate()
      • getServiceToken

        public java.lang.String getServiceToken()