Bluestep JS Documentation
    Preparing search index...

    Interface FetchKeyStore

    TODO

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

    Properties

    algorithm?: string

    Defaults to Java's KeyManagerFactory.getDefaultAlgorithm()

    inputStream: InputStream

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

    keyPassword?: string

    keyPassword

    password?: string

    password

    type?: string

    Defaults to PKCS12