Class KsmQuery


  • public class KsmQuery
    extends Object
    • Constructor Detail

      • KsmQuery

        public KsmQuery()
    • Method Detail

      • redeemToken

        public static com.keepersecurity.secretsManager.core.LocalConfigStorage redeemToken​(String token,
                                                                                            String hostname,
                                                                                            boolean allowUnverifiedCertificate)
                                                                                     throws Exception
        Throws:
        Exception
      • getOptions

        public static com.keepersecurity.secretsManager.core.SecretsManagerOptions getOptions​(String clientId,
                                                                                              String privateKey,
                                                                                              String appKey,
                                                                                              String hostname,
                                                                                              boolean allowUnverifiedCertificate)
      • testCredentials

        public static String testCredentials​(String clientId,
                                             String privateKey,
                                             String appKey,
                                             String hostname,
                                             boolean allowUnverifiedCertificate)