public class EdECConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
Ed25519 |
static String |
Ed448 |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
id_Ed25519 |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
id_Ed448 |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
id_X25519 |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
id_X448 |
static String |
X25519 |
static String |
X448 |
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
getCurveOid(String curveName) |
static int |
getKeyBitSize(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) |
static String |
getName(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) |
static int |
getPublicKeyByteSize(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) |
static boolean |
isEdwardsCurve(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) |
static boolean |
isEdwardsOrMontgomeryCurve(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) |
static boolean |
isMontgomeryCurve(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) |
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_X25519
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_X448
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_Ed25519
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_Ed448
public static final String X25519
public static final String Ed25519
public static final String X448
public static final String Ed448
public static boolean isEdwardsCurve(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
public static boolean isMontgomeryCurve(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
public static boolean isEdwardsOrMontgomeryCurve(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
public static int getKeyBitSize(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
public static int getPublicKeyByteSize(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
public static String getName(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
public static org.bouncycastle.asn1.ASN1ObjectIdentifier getCurveOid(String curveName)
Copyright © 2019. All rights reserved.