Uses of Class
org.bouncycastle.pkix.jcajce.JcaPKIXIdentity
-
Packages that use JcaPKIXIdentity Package Description org.bouncycastle.openssl.jcajce -
-
Uses of JcaPKIXIdentity in org.bouncycastle.openssl.jcajce
Methods in org.bouncycastle.openssl.jcajce that return JcaPKIXIdentity Modifier and Type Method Description JcaPKIXIdentity
JcaPKIXIdentityBuilder. build(File keyFile, File certificateFile)
Build an identity from the passed in key and certificate file in PEM format.JcaPKIXIdentity
JcaPKIXIdentityBuilder. build(InputStream keyStream, InputStream certificateStream)
Build an identity from the passed in key and certificate stream in PEM format.
-