| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.security.KeyStore.SecretKeyEntry
public static final class KeyStore.SecretKeyEntry
A KeyStore entry that holds a SecretKey.
| Constructor Summary | |
|---|---|
| KeyStore.SecretKeyEntry(SecretKey secretKey)Constructs a SecretKeyEntrywith aSecretKey. | |
| Method Summary | |
|---|---|
|  SecretKey | getSecretKey()Gets the SecretKeyfrom this entry. | 
|  String | toString()Returns a string representation of this SecretKeyEntry. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public KeyStore.SecretKeyEntry(SecretKey secretKey)
SecretKeyEntry with a
 SecretKey.
secretKey - the SecretKey
NullPointerException - if secretKey
        is null| Method Detail | 
|---|
public SecretKey getSecretKey()
SecretKey from this entry.
SecretKey from this entrypublic String toString()
toString in class Object| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.