Package | Description |
---|---|
org.bouncycastle.openssl.jcajce |
Modifier and Type | Method and Description |
---|---|
JcaPKIXIdentity |
JcaPKIXIdentityBuilder.build(java.io.File keyFile,
java.io.File certificateFile)
Build an identity from the passed in key and certificate file in PEM format.
|
JcaPKIXIdentity |
JcaPKIXIdentityBuilder.build(java.io.InputStream keyStream,
java.io.InputStream certificateStream)
Build an identity from the passed in key and certificate stream in PEM format.
|