Index: K
Symbols
| A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
Index: K
- key database: 1.3.1. Anatomy of a Java Application
 
- key entries (keystores): 11.2. The KeyStore Class
 
  - A.1. The keytool
 
  
  - adding to database: A.1.3. Adding a Key Entry
 
  
  - deleting: A.1.5. Deleting Keystore Entries
 
  
  - DNs for: A.1. The keytool
 
  
  - examining: A.1.6. Examining Keystore Data
 
  
  - modifying: A.1.4. Modifying Keystore Entries
 
  
  - passwords for: A.1.1. Global Options to keytool
 
    - A.1.4. Modifying Keystore Entries
 
  
 
 
- -keyalg option (keytool): A.1.3. Adding a Key Entry
 
- -keyclone option (keystore): A.1.4. Modifying Keystore Entries
 
- -keypass option (jarsigner): A.2.1. Creating a Signed JAR File
 
- -keypass option (keytool): A.1.1. Global Options to keytool
 
- -keypasswd option (keystore): A.1.4. Modifying Keystore Entries
 
- keys, cryptographic: 7.3.2. Cryptographic Keys
 
  - 10. Keys and Certificates
 
  - 10.4. Certificates
 
  - (see also certificates)
 
  
  - DSA keys: 10.1.1.1. DSA keys
 
    - 10.2.2. Generating DSA Keys
 
  
 
  
  - encoding: 10.1.1. The Key Interface
 
    - 10.3.3.1. The EncodedKeySpec class
 
  
 
  
  - engines for: 10. Keys and Certificates
 
  
  - generating key pairs: 10.2. The KeyPairGenerator Class
 
    - A.1.3. Adding a Key Entry
 
  
 
  
  - identities: B.1. Identities
 
  
  - Identity class: B.1.1. The Identity Class
 
  
  - IdentityScope class: B.2. Identity Scopes
 
  
  - implementing key pair generator: 10.2.3. Implementing a Key Pair Generator
 
  
  - importing/exporting: 10.3. The KeyFactory Class
 
    - 13.4.2.1. Secret key specifications
 
  
 
  
  - including with digital signatures: 12.1.3. Signing and Certificates
 
  
  - JCE key types: 13.3. Key Types in the JCE
 
  
  - key factories: D.1. Package java.security
 
    
    - example of: 10.3.4. A Key Factory Example
 
    
    - KeyFactory class: 10.3. The KeyFactory Class
 
    
    - KeyFactorySpi class: 10.3.2. Implementing a Key Factory
 
    
    - SecretKeyFactory class: 13.2. The Sun Security Provider in the JCE
 
      - 13.4.2. The SecretKeyFactory Class
 
      - D.5. Package javax.crypto
 
    
 
  
 
  
  - Key interface: 10.1.1. The Key Interface
 
    - 13.3.1. Secret Keys
 
    - D.1. Package java.security
 
  
 
  
  - KeyAgreement class: 13.2. The Sun Security Provider in the JCE
 
    - 13.2. The Sun Security Provider in the JCE
 
    - 13.7. Symmetric Key Agreement
 
    - D.5. Package javax.crypto
 
  
 
  
  - KeyAgreementSpi class: D.5. Package javax.crypto
 
  
  - KeyFactory class: D.1. Package java.security
 
  
  - KeyFactorySpi class: D.1. Package java.security
 
  
  - KeyGenerator class: 13.2. The Sun Security Provider in the JCE
 
    - 13.4.1. The KeyGenerator Class
 
    - D.5. Package javax.crypto
 
  
 
  
  - KeyGeneratorSpi class: D.5. Package javax.crypto
 
  
  - KeyPair class: 10.1.2. The KeyPair Class
 
    - D.1. Package java.security
 
  
 
  
  - KeyPairGenerator class: 10.2. The KeyPairGenerator Class
 
    - D.1. Package java.security
 
    
    - implementing: 10.2.3. Implementing a Key Pair Generator
 
  
 
  
  - KeyPairGeneratorSpi class: D.1. Package java.security
 
  
  - KeySpec interface: 10.3.3. Key Specifications
 
    - D.4. Package java.security.spec
 
  
 
  
  - KeyStore class: 11.2. The KeyStore Class
 
  
  - managing: 11. Key Management
 
    - 11.2. The KeyStore Class
 
    
    - in identity scopes: B.3. Key Management in an Identity Scope
 
  
 
  
  - Principle interface: 11.1.1. Principals
 
  
  - public/private key pairs: 7.3.2. Cryptographic Keys
 
  
  - secret keys: 7.3.2. Cryptographic Keys
 
    - 13.3.1. Secret Keys
 
    
    - engines for: 13.4. Secret Key Engines
 
    
    - SecretKey class: D.5. Package javax.crypto
 
    
    - SecretKeyFactory class: 13.2. The Sun Security Provider in the JCE
 
      - 13.2. The Sun Security Provider in the JCE
 
      - 13.4.2. The SecretKeyFactory Class
 
      - D.5. Package javax.crypto
 
    
 
    
    - SecretKeyFactorySpi class: 13.4.2.2. The secret key factory SPI
 
      - D.5. Package javax.crypto
 
    
 
  
 
  
  - serialization and: 10.5. Keys, Certificates, and Object Serialization
 
  
  - Signer class: B.1.2. Signers
 
    - B.3.2. Implementing a Signer Class
 
    - D.1. Package java.security
 
  
 
  
  - strength: 10.2.1. Using the KeyPairGenerator Class
 
    - 11.3. A Key Management Example
 
  
 
  
  - symmetric key agreements: 13.7. Symmetric Key Agreement
 
  
  - usage extension: 10.4.4. Advanced X509Certificate Methods
 
 
- -keysize option (keytool): A.1.3. Adding a Key Entry
 
- keystore entry (policy file): 5.3.1. The Default Policy
 
- -keystore option (jarsigner): A.2.1. Creating a Signed JAR File
 
- -keystore option (keytool): A.1.1. Global Options to keytool
 
- keystores: 11.1. Overview of Key Management
 
  - 11.2. The KeyStore Class
 
  - A.1. The keytool
 
  
  - administrative interface to (keytool): A.1. The keytool
 
  
  - aliases for entries in: A.1. The keytool
 
  
  - deleting entries in: A.1.5. Deleting Keystore Entries
 
  
  - DNs for entries in: A.1. The keytool
 
  
  - encrypting: 11.2. The KeyStore Class
 
  
  - entries of: 11.2. The KeyStore Class
 
    - 11.2. The KeyStore Class
 
  
 
  
  - entry passwords: A.1.1. Global Options to keytool
 
  
  - entry types: A.1. The keytool
 
  
  - examining data in: A.1.6. Examining Keystore Data
 
  
  - importing entries into: A.1.2. Adding a Certificate Entry
 
  
  - in JAR file: 11.2. The KeyStore Class
 
  
  - KeyStore class: D.1. Package java.security
 
  
  - managing certificate entries with policytool: A.3.3. Managing Certificate Entries
 
  
  - modifying entries in: A.1.4. Modifying Keystore Entries
 
  
  - password for: A.1.1. Global Options to keytool
 
    - A.1.8. Miscellaneous Commands
 
  
 
  
  - sharing by files: 11.3. A Key Management Example
 
  
  - specifying in policy files: 5.3.1. The Default Policy
 
 
- keytool utility: 11.1. Overview of Key Management
 
  - 11.2. The KeyStore Class
 
  - 11.3. A Key Management Example
 
  - A.1. The keytool
 
 
Symbols
| A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
Copyright © 2001
O'Reilly & Associates, Inc.
All Rights Reserved.