Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1.cryptlib
Class CryptlibObjectIdentifiers

java.lang.Object
  |
  +--org.bouncycastle.asn1.cryptlib.CryptlibObjectIdentifiers

public class CryptlibObjectIdentifiers
extends java.lang.Object


Field Summary
static ASN1ObjectIdentifier cryptlib
           
static ASN1ObjectIdentifier curvey25519
           
static ASN1ObjectIdentifier ecc
           
 
Constructor Summary
CryptlibObjectIdentifiers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cryptlib

public static final ASN1ObjectIdentifier cryptlib

ecc

public static final ASN1ObjectIdentifier ecc

curvey25519

public static final ASN1ObjectIdentifier curvey25519
Constructor Detail

CryptlibObjectIdentifiers

public CryptlibObjectIdentifiers()

Bouncy Castle Cryptography Library 1.77.0