public abstract class DOMKeyValue<K extends PublicKey> extends DOMStructure implements KeyValue
| Constructor and Description |
|---|
DOMKeyValue(Element kvtElem)
Creates a
DOMKeyValue from an element. |
DOMKeyValue(K key) |
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
decode(Element elem) |
boolean |
equals(Object obj) |
PublicKey |
getPublicKey() |
int |
hashCode() |
void |
marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
equalsContent, isFeatureSupportedclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisFeatureSupportedpublic DOMKeyValue(K key) throws KeyException
KeyExceptionpublic DOMKeyValue(Element kvtElem) throws MarshalException
DOMKeyValue from an element.kvtElem - a KeyValue child elementMarshalExceptionpublic PublicKey getPublicKey() throws KeyException
getPublicKey in interface KeyValueKeyExceptionpublic void marshal(Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException
marshal in class DOMStructureMarshalExceptionpublic static BigInteger decode(Element elem) throws MarshalException
MarshalExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.