软件包 | 描述 |
---|---|
java.security |
为安全框架提供类和接口。
|
Modifier and Type | Method and Description |
---|---|
IdentityScope |
Identity.getScope()
过时的。
返回此标识的范围。
|
static IdentityScope |
IdentityScope.getSystemScope()
过时的。
返回系统的标识范围。
|
Modifier and Type | Method and Description |
---|---|
protected static void |
IdentityScope.setSystemScope(IdentityScope scope)
过时的。
设置系统的标识范围。
|
Constructor and Description |
---|
Identity(String name, IdentityScope scope)
过时的。
用指定的名称和范围构造一个标识。
|
IdentityScope(String name, IdentityScope scope)
过时的。
用指定的名称和范围构造一个新的标识范围。
|
Signer(String name, IdentityScope scope)
过时的。
使用指定的标识名称和范围创建一个签名人。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.