Java org.bouncycastle.asn1 ASN1ObjectIdentifier fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1 ASN1ObjectIdentifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1 ASN1ObjectIdentifier.

The text is from its open source code.

Constructor

Method

StringgetId()
Return the OID as a string.
ASN1ObjectIdentifiergetInstance(ASN1TaggedObject obj, boolean explicit)
Return an OBJECT IDENTIFIER from a tagged object.
ASN1ObjectIdentifiergetInstance(Object obj)
Return an OID from the passed in object
StringtoString()