public final class XdhKeySpec extends java.security.spec.EncodedKeySpec
Subclasses
EncodedKeySpec
using the non-Standard "raw" format. The XdhKeyFactory
class utilises this in order to create XDH keys from raw bytes and to return them
as an XdhKeySpec allowing the raw key material to be extracted from an XDH key.
public XdhKeySpec(byte[] encoded)
public String getFormat()
public byte[] getKey()
| Returns | |
|---|---|
| byte[] | key in its raw format. |
public boolean equals(Object o)
public int hashCode()