加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090325101548/http://developer.android.com:80/reference/java/security/KeyStore.PrivateKeyEntry.html
public static final class

KeyStore.PrivateKeyEntry

extends Object
implements KeyStore.Entry
java.lang.Object
   ↳ java.security.KeyStore.PrivateKeyEntry

Summary

Public Constructors
KeyStore.PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)
Public Methods
Certificate getCertificate()
Certificate[] getCertificateChain()
PrivateKey getPrivateKey()
String toString()
Returns a string containing a concise, human-readable description of the receiver.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public KeyStore.PrivateKeyEntry (PrivateKey privateKey, Certificate[] chain)

Public Methods

public Certificate getCertificate ()

public Certificate[] getCertificateChain ()

public PrivateKey getPrivateKey ()

public String toString ()

Returns a string containing a concise, human-readable description of the receiver.

Returns
  • String a printable representation for the receiver.