| java.lang.Object org.xbill.DNS.security.DSAPubKey
DSAPubKey | class DSAPubKey implements DSAPublicKey(Code) | | A stub implementation of a DSA (Digital Signature Algorithm) public key
author: Brian Wellington |
Inner Class :static class SimpleDSAParams implements DSAParams | |
getAlgorithm | public String getAlgorithm()(Code) | | Obtain the algorithm of a DSA public key
|
getEncoded | public byte[] getEncoded()(Code) | | Obtain the encoded representation of a DSA public key (unimplemented)
|
getFormat | public String getFormat()(Code) | | Obtain the format of a DSA public key (unimplemented)
|
getParams | public DSAParams getParams()(Code) | | Obtain the parameters of a DSA public key
|
|
|