com.fitbur.bouncycastle.crypto.tls.ECPointFormat Maven / Gradle / Ivy
package com.fitbur.bouncycastle.crypto.tls;
/**
* RFC 4492 5.1.2
*/
public class ECPointFormat
{
public static final short uncompressed = 0;
public static final short ansiX962_compressed_prime = 1;
public static final short ansiX962_compressed_char2 = 2;
/*
* reserved (248..255)
*/
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy