|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xml.crypto.dsig.dom.XMLStructureImpl
com.ibm.xml.crypto.dsig.dom.PGPDataImpl
class PGPDataImpl
Field Summary | |
---|---|
(package private) java.util.List |
content
|
(package private) byte[] |
keyId
|
(package private) byte[] |
keyPacket
|
Fields inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl |
---|
afactory |
Fields inherited from interface javax.xml.crypto.dsig.keyinfo.PGPData |
---|
TYPE |
Constructor Summary | |
---|---|
PGPDataImpl(AlgorithmFactory f,
byte[] keyId,
byte[] keyPacket,
java.util.List content)
|
Method Summary | |
---|---|
java.util.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 class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl |
---|
isFeatureSupported |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Field Detail |
---|
java.util.List content
byte[] keyId
byte[] keyPacket
Constructor Detail |
---|
PGPDataImpl(AlgorithmFactory f, byte[] keyId, byte[] keyPacket, java.util.List content)
Method Detail |
---|
public byte[] getKeyId()
PGPData
PGPData
as
defined in RFC 2440,
section 11.2.
getKeyId
in interface PGPData
null
if
not specified). Each invocation of this method returns a new clone
to protect against subsequent modification.public byte[] getKeyPacket()
PGPData
PGPData
as
defined in RFC 2440,
section 5.5.
getKeyPacket
in interface PGPData
null
if not
specified). Each invocation of this method returns a new clone to
protect against subsequent modification.public java.util.List getExternalElements()
PGPData
unmodifiable list
of XMLStructure
s representing elements from an external
namespace.
getExternalElements
in interface PGPData
XMLStructure
s (may be
empty, but never null
)
|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |