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

KeyStore.SecretKeyEntry

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

Summary

Public Constructors
KeyStore.SecretKeyEntry(SecretKey secretKey)
Public Methods
SecretKey getSecretKey()
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.SecretKeyEntry (SecretKey secretKey)

Public Methods

public SecretKey getSecretKey ()

public String toString ()

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

Returns
  • String a printable representation for the receiver.