AbstractKeystore constructor

AbstractKeystore(
  1. String storeType,
  2. Map<String, KeystoreEntry> entries
)

Implementation

AbstractKeystore(this.storeType, this.entries);