Android
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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56