Java KeyStore file에 저장되는 것들
http://docstore.mik.ua/orelly/java-ent/security/ch11_02.htm
Now that we understand the pieces that make up a key management system, we can look at the topic of key management itself. From an administrative perspective, the primary tool that provides key management for Java 1.2 is the keytool utility. Keytool operates upon a file (or other storage system) containing a set of private keys and certificates for those keys. The keytool file contains a set of entries; each entry may have the following attributes:
An alias. This is a name you can use to reference the entity in the database. For example, an alias for my entry might be sdo, or ScottOaks.
One or more certificates that vouch for the identity of the entry. These certificates also provide the public key for the entry.
Optionally, a private key. If present, the private key can be protected by a password.
'아키텍쳐 > Security & IDM' 카테고리의 다른 글
OAuth 2.0 based API 인증 메모 (0) | 2014.06.05 |
---|---|
Digital Signing의 개념 (0) | 2014.05.21 |
SSL/TLS 관련 개념 링크 (2) | 2013.09.24 |
Security-애플리케이션 보안 1. 인증 방식 및 비밀번호 암호화 (0) | 2013.06.09 |
Federation과 SSO 에 대한 주요 표준 (메모) (0) | 2013.06.08 |