public class DnskeyT
extends java.lang.Object
Java class for dnskeyT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dnskeyT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="flags" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
<element name="protocol" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
<element name="alg" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
<element name="pubKey" type="{http://www.nic.cz/xml/epp/keyset-1.3}keyT"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected short |
alg |
protected int |
flags |
protected short |
protocol |
protected byte[] |
pubKey |
| Constructor and Description |
|---|
DnskeyT() |
| Modifier and Type | Method and Description |
|---|---|
short |
getAlg()
Gets the value of the alg property.
|
int |
getFlags()
Gets the value of the flags property.
|
short |
getProtocol()
Gets the value of the protocol property.
|
byte[] |
getPubKey()
Gets the value of the pubKey property.
|
void |
setAlg(short value)
Sets the value of the alg property.
|
void |
setFlags(int value)
Sets the value of the flags property.
|
void |
setProtocol(short value)
Sets the value of the protocol property.
|
void |
setPubKey(byte[] value)
Sets the value of the pubKey property.
|
protected int flags
protected short protocol
protected short alg
protected byte[] pubKey
public int getFlags()
public void setFlags(int value)
public short getProtocol()
public void setProtocol(short value)
public short getAlg()
public void setAlg(short value)
public byte[] getPubKey()
public void setPubKey(byte[] value)
value - allowed object is
byte[]Copyright © 2023. All rights reserved.