|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.security.KeyStore.SecretKeyEntry
public static final class KeyStore.SecretKeyEntry
특정의 SecretKey 가 포함된 KeyStore 엔트리입니다.
| 생성자 의 개요 | |
|---|---|
KeyStore.SecretKeyEntry (SecretKey secretKey)
특정의 SecretKey 를 사용해 SecretKeyEntry 를 구축합니다. |
|
| 메소드의 개요 | |
|---|---|
SecretKey |
getSecretKey ()
이 엔트리내의 SecretKey 를 가져옵니다. |
String |
toString ()
이 SecretKeyEntry 의 캐릭터 라인 표현을 돌려줍니다. |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| 생성자 의 상세 |
|---|
public KeyStore.SecretKeyEntry(SecretKey secretKey)
SecretKey 를 사용해 SecretKeyEntry 을 구축합니다.
secretKey - SecretKey
NullPointerException - secretKey 가 null 의 경우| 메소드의 상세 |
|---|
public SecretKey getSecretKey()
SecretKey 를 가져옵니다.
SecretKeypublic String toString()
Object 내의 toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.