软件包 | 描述 |
---|---|
javax.xml.crypto.dsig.keyinfo |
解析和处理
KeyInfo 元素和结构的类。
|
Modifier and Type | Method and Description |
---|---|
abstract PGPData |
KeyInfoFactory.newPGPData(byte[] keyId)
创建一个
PGPData 从指定的PGP公钥标识。
|
abstract PGPData |
KeyInfoFactory.newPGPData(byte[] keyId, byte[] keyPacket, List other)
创建从指定的PGP公钥标识符和可选
PGPData ,关键材料包和外部元素列表。
|
abstract PGPData |
KeyInfoFactory.newPGPData(byte[] keyPacket, List other)
创建从指定的PGP密钥材料包和外部元素的可选列表
PGPData 。
|
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.