Package org.bouncycastle.asn1.cryptlib
Class CryptlibObjectIdentifiers
- java.lang.Object
-
- org.bouncycastle.asn1.cryptlib.CryptlibObjectIdentifiers
-
public class CryptlibObjectIdentifiers extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ASN1ObjectIdentifier
cryptlib
static ASN1ObjectIdentifier
curvey25519
static ASN1ObjectIdentifier
ecc
-
Constructor Summary
Constructors Constructor Description CryptlibObjectIdentifiers()
-
-
-
Field Detail
-
cryptlib
public static final ASN1ObjectIdentifier cryptlib
-
ecc
public static final ASN1ObjectIdentifier ecc
-
curvey25519
public static final ASN1ObjectIdentifier curvey25519
-
-