Package org.bouncycastle.jsse
Interface BCX509Key
public interface BCX509Key
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCertificateChain
X509Certificate[] getCertificateChain() -
getKeyType
String getKeyType() -
getPrivateKey
PrivateKey getPrivateKey()
-