クラス
java.security.Identityの使用
-
Identityを使用しているパッケージ パッケージ 説明 java.security セキュリティ・フレームワークのクラスとインタフェースを提供します。 -
-
java.securityでのIdentityの使用
java.securityでのIdentityのサブクラス 修飾子と型 クラス 説明 classIdentityScope非推奨。このクラスは使用されなくなりました。 その機能はjava.security.KeyStore、java.security.certパッケージ、およびjava.security.Principalに置き換えられています。classSigner非推奨。このクラスは使用されなくなりました。 その機能はjava.security.KeyStore、java.security.certパッケージ、およびjava.security.Principalに置き換えられています。Identityを返すjava.securityのメソッド 修飾子と型 メソッド 説明 abstract IdentityIdentityScope. getIdentity(String name)非推奨。このスコープにある指定された名前を持つアイデンティティを(存在する場合に)返します。IdentityIdentityScope. getIdentity(Principal principal)非推奨。指定されたプリンシパルと同じ名前のアイデンティティを取得します。abstract IdentityIdentityScope. getIdentity(PublicKey key)非推奨。指定された公開鍵のアイデンティティを取り出します。Identity型の引数を持つ型を返すjava.securityのメソッド 修飾子と型 メソッド 説明 abstract Enumeration<Identity>IdentityScope. identities()非推奨。このアイデンティティ・スコープ内のすべてのアイデンティティを列挙したものを返します。Identity型のパラメータを持つjava.securityのメソッド 修飾子と型 メソッド 説明 abstract voidIdentityScope. addIdentity(Identity identity)非推奨。このアイデンティティのスコープに1つのアイデンティティを追加します。protected booleanIdentity. identityEquals(Identity identity)非推奨。指定されたアイデンティティとこのアイデンティティとが等しいかどうかを判定します。abstract voidIdentityScope. removeIdentity(Identity identity)非推奨。このアイデンティティの有効範囲から1つのアイデンティティのスコープを削除します。
-