クラス
java.security.KeyFactoryの使用

KeyFactoryを使用するパッケージ
パッケージ
説明
セキュリティ・フレームワークのクラスとインタフェースを提供します。
  • java.securityでのKeyFactoryの使用

    KeyFactoryを返すjava.securityのメソッド
    修飾子と型
    メソッド
    説明
    static KeyFactory
    KeyFactory.getInstance(String algorithm)
    指定のアルゴリズムの公開キーまたは非公開キーを変換するKeyFactoryオブジェクトを返します。
    static KeyFactory
    KeyFactory.getInstance(String algorithm, String provider)
    指定のアルゴリズムの公開キーまたは非公開キーを変換するKeyFactoryオブジェクトを返します。
    static KeyFactory
    KeyFactory.getInstance(String algorithm, Provider provider)
    指定のアルゴリズムの公開キーまたは非公開キーを変換するKeyFactoryオブジェクトを返します。