|
Préférences
Moteurs de recherche
|
|||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto.dsig.keyinfo
|
Field Summary | |
---|---|
static String |
TYPE
URI identifying the PGPData KeyInfo type: http://www.w3.org/2000/09/xmldsig#PGPData. |
Method Summary | |
---|---|
List |
getExternalElements()
Returns an unmodifiable list
of XMLStructure s representing elements from an external
namespace. |
byte[] |
getKeyId()
Returns the PGP public key identifier of this PGPData as
defined in RFC 2440,
section 11.2. |
byte[] |
getKeyPacket()
Returns the PGP key material packet of this PGPData as
defined in RFC 2440,
section 5.5. |
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Field Detail |
---|
static final String TYPE
type
parameter of the RetrievalMethod
class to describe a remote PGPData
structure.
Method Detail |
---|
byte[] getKeyId()
PGPData
as
defined in RFC 2440,
section 11.2.
null
if
not specified). Each invocation of this method returns a new clone
to protect against subsequent modification.byte[] getKeyPacket()
PGPData
as
defined in RFC 2440,
section 5.5.
null
if not
specified). Each invocation of this method returns a new clone to
protect against subsequent modification.List getExternalElements()
unmodifiable list
of XMLStructure
s representing elements from an external
namespace.
XMLStructure
s (may be
empty, but never null
)