Class HmacSha256Key

java.lang.Object
org.stellar.sdk.xdr.HmacSha256Key

public class HmacSha256Key extends Object
HmacSha256Key's original definition in the XDR file is:
 struct HmacSha256Key
 {
     opaque key[32];
 };