Ejemplo n.º 1
0
 /**
  * Returns one key manager for each type of key material.
  *
  * @return the key managers
  * @throws IllegalStateException if the KeyManagerFactory is not initialized
  */
 public final KeyManager[] getKeyManagers() {
   return factorySpi.engineGetKeyManagers();
 }