PGPData (Java Platform SE 8 ) (original) (raw)


public interface PGPData
extends XMLStructure
A representation of the XML PGPData element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. APGPData object is used to convey information related to PGP public key pairs and signatures on such keys. The XML Schema Definition is defined as:













A PGPData instance may be created by invoking one of thenewPGPData methods of the KeyInfoFactory class, and passing itbyte arrays representing the contents of the PGP public key identifier and/or PGP key material packet, and an optional list of elements from an external namespace.
Since:
1.6
See Also:
KeyInfoFactory.newPGPData(byte[]), KeyInfoFactory.newPGPData(byte[], byte[], List), KeyInfoFactory.newPGPData(byte[], List)

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, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.