public class DnsKeyData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DnsKeyData() |
DnsKeyData(int flags,
short protocol,
short alg,
byte[] pubKey) |
| Modifier and Type | Method and Description |
|---|---|
short |
getAlg() |
int |
getFlags() |
short |
getProtocol() |
byte[] |
getPubKey() |
void |
setAlg(short alg) |
void |
setFlags(int flags) |
void |
setProtocol(short protocol) |
void |
setPubKey(byte[] pubKey) |
java.lang.String |
toString() |
public DnsKeyData()
public DnsKeyData(int flags,
short protocol,
short alg,
byte[] pubKey)
public int getFlags()
public void setFlags(int flags)
public short getProtocol()
public void setProtocol(short protocol)
public short getAlg()
public void setAlg(short alg)
public byte[] getPubKey()
public void setPubKey(byte[] pubKey)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2023. All rights reserved.