StoreName

Inheritance: java.lang.Object

public class StoreName

Fields

Field Description
My Represents “Windows-My” java.security.KeyStore type.
Root Represents “Windows-Root” java.security.KeyStore type.

Methods

Method Description
getStoreName() Store name e.g.

My

public static final StoreName My

Represents “Windows-My” java.security.KeyStore type.

Root

public static final StoreName Root

Represents “Windows-Root” java.security.KeyStore type.

getStoreName()

public final String getStoreName()

Store name e.g. “Windows-My”.

Returns: java.lang.String