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

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

Introduction

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

The text is from its open source code.

Constructor

Extensions(ASN1Sequence seq)
Constructor from ASN1Sequence.
Extensions(Extension extension)
Base Constructor
Extensions(Extension[] extensions)
Base Constructor

Method

ASN1ObjectIdentifier[]getCriticalExtensionOIDs()
byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
ExtensiongetExtension(ASN1ObjectIdentifier oid)
return the extension represented by the object identifier passed in.
ASN1ObjectIdentifier[]getExtensionOIDs()
ASN1EncodablegetExtensionParsedValue(ASN1ObjectIdentifier oid)
return the parsed value of the extension represented by the object identifier passed in.
ExtensionsgetInstance(ASN1TaggedObject obj, boolean explicit)
ExtensionsgetInstance(Object obj)
Enumerationoids()
return an Enumeration of the extension field's object ids.
ASN1PrimitivetoASN1Primitive()
 Extensions        ::=   SEQUENCE SIZE (1..MAX) OF Extension Extension         ::=   SEQUENCE { extnId            EXTENSION.&id ({ExtensionSet}), critical          BOOLEAN DEFAULT FALSE, extnValue         OCTET STRING }