Uses of Class
de.christofreichardt.jca.shamir.ShamirsProtection
- 
- 
Uses of ShamirsProtection in de.christofreichardt.jca.shamirConstructors in de.christofreichardt.jca.shamir with parameters of type ShamirsProtection Constructor Description ShamirsLoadParameter(File file, ShamirsProtection shamirsProtection)The givenFileobject denotes the location of a PKCS#12 keystore within the file system.ShamirsLoadParameter(InputStream inputStream, ShamirsProtection shamirsProtection)The givenInputStreamobject will be used to load a PKCS#12 keystore.ShamirsLoadParameter(OutputStream outputStream, ShamirsProtection shamirsProtection)The givenOutputStreamobject will be used to store a PKCS#12 keystore.
 
-