Bluestep JS Documentation
    Preparing search index...

    Interface FetchTrustStore

    TODO

    interface FetchTrustStore {
        algorithm?: string;
        inputStream: InputStream;
        password?: string;
        type?: string;
    }
    Index

    Properties

    algorithm?: string

    Defaults to Java's TrustManagerFactory.getDefaultAlgorithm()

    inputStream: InputStream

    inputStream of the TrustStore will be consumed and closed when used.

    password?: string

    password

    type?: string

    Defaults to JKS