English | Site Directory

Android - An Open Handset Alliance Project

java.security
public static final class

java.security.KeyStore.SecretKeyEntry

java.lang.Object
java.security.KeyStore.SecretKeyEntry KeyStore.Entry

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.
Methods inherited from class java.lang.Object

Details

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.
Build 0.9_r1-101478 - 16 Aug 2008 11:59