软件包 | 描述 |
---|---|
javax.xml.crypto.dsig |
用于生成和验证XML数字签名的类。
|
javax.xml.crypto.dsig.keyinfo |
解析和处理
KeyInfo 元素和结构的类。
|
Modifier and Type | Method and Description |
---|---|
KeyInfoFactory |
XMLSignatureFactory.getKeyInfoFactory()
返回一个
KeyInfoFactory 创造
KeyInfo 对象。
|
Modifier and Type | Method and Description |
---|---|
static KeyInfoFactory |
KeyInfoFactory.getInstance()
返回一个
KeyInfoFactory 支持默认的XML处理机制和表现型(DOM)。
|
static KeyInfoFactory |
KeyInfoFactory.getInstance(String mechanismType)
返回一个
KeyInfoFactory 支持指定的XML处理机制和表现型(如:“DOM”)。
|
static KeyInfoFactory |
KeyInfoFactory.getInstance(String mechanismType, Provider provider)
返回一个
KeyInfoFactory 支持请求的XML处理机制和表现型(如:“DOM”),由指定的供应商提供。
|
static KeyInfoFactory |
KeyInfoFactory.getInstance(String mechanismType, String provider)
返回一个
KeyInfoFactory 支持请求的XML处理机制和表现型(如:“DOM”),由指定的供应商提供。
|
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.