Package | Description |
---|---|
java.security | |
java.security.cert |
Modifier and Type | Method and Description |
---|---|
abstract void |
KeyStoreSpi.engineLoad(InputStream stream,
char[] password)
Loads the keystore from the given input stream.
|
void |
KeyStore.load(InputStream stream,
char[] password)
Loads this KeyStore from the given input stream.
|
Modifier and Type | Method and Description |
---|---|
abstract Certificate |
CertificateFactorySpi.engineGenerateCertificate(InputStream inStream)
Generates a certificate object and initializes it with the data read from the input stream
inStream . |
Certificate |
CertificateFactory.generateCertificate(InputStream inStream)
Generates a certificate object and initializes it with the data read from the input stream
inStream . |
static CertificateFactory |
CertificateFactory.getInstance(String type)
Returns a certificate factory object that implements the specified certificate type.
|