|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
KeyStore.ProtectionParameter 를 사용하고 있는 패키지 | |
---|---|
java.security | 시큐리티 시스템의 클래스와 인터페이스를 제공합니다. |
java.security 에서의 KeyStore.ProtectionParameter 의 사용 |
---|
KeyStore.ProtectionParameter 를 구현하고 있는 java.security 의 클래스 | |
---|---|
static class |
KeyStore.CallbackHandlerProtection
CallbackHandler 를 캡슐화한 ProtectionParameter 입니다. |
static class |
KeyStore.PasswordProtection
ProtectionParameter 의 패스워드 베이스의 구현입니다. |
KeyStore.ProtectionParameter 를 돌려주는 java.security 의 메소드 | |
---|---|
KeyStore.ProtectionParameter |
KeyStore.LoadStoreParameter. getProtectionParameter ()
키스토어데이타의 보호에 사용되는 파라미터를 가져옵니다. |
abstract KeyStore.ProtectionParameter |
KeyStore.Builder. getProtectionParameter (String alias)
지정된 별명 Entry 를 취득할 때에 사용해야 할 ProtectionParameter 를 돌려줍니다. |
KeyStore.ProtectionParameter 형의 파라미터를 가지는 java.security 의 메소드 | |
---|---|
KeyStore.Entry |
KeyStoreSpi. engineGetEntry (String alias,
KeyStore.ProtectionParameter protParam)
지정된 보호 파라미터를 사용해, 지정된 별명에 대한 KeyStore.Entry 를 가져옵니다. |
void |
KeyStoreSpi. engineSetEntry (String alias,
KeyStore.Entry entry,
KeyStore.ProtectionParameter protParam)
KeyStore.Entry 가 지정된 별명으로 보존합니다. |
KeyStore.Entry |
KeyStore. getEntry (String alias,
KeyStore.ProtectionParameter protParam)
지정된 보호 파라미터를 사용해, 지정된 별명에 대한 키스토어 Entry 를 가져옵니다. |
static KeyStore.Builder |
KeyStore.Builder. newInstance (KeyStore keyStore,
KeyStore.ProtectionParameter protectionParameter)
지정된 KeyStore 를 캡슐화하는 새로운 Builder 를 돌려줍니다. |
static KeyStore.Builder |
KeyStore.Builder. newInstance (String type,
Provider provider,
File file,
KeyStore.ProtectionParameter protection)
새로운 Builder 객체를 돌려줍니다. |
static KeyStore.Builder |
KeyStore.Builder. newInstance (String type,
Provider provider,
KeyStore.ProtectionParameter protection)
새로운 Builder 객체를 돌려줍니다. |
void |
KeyStore. setEntry (String alias,
KeyStore.Entry entry,
KeyStore.ProtectionParameter protParam)
키스토어 Entry 가 지정된 별명으로 보존합니다. |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.