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

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

Introduction

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

The text is from its open source code.

Constructor

Method

booleanequals(Object o)
AlgorithmIdentifiergetAlgorithm()
AlgorithmIdentifiergetAlgorithmId()
byte[]getEncoded()
Return the default BER or DER encoding for this object.
byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
SubjectPublicKeyInfogetInstance(Object obj)
SubjectPublicKeyInfogetInstance(ASN1TaggedObject obj, boolean explicit)
ASN1PrimitivegetPublicKey()
for when the public key is an encoded object - if the bitstring can't be decoded this routine throws an IOException.
DERBitStringgetPublicKeyData()
for when the public key is raw bits.
ASN1PrimitiveparsePublicKey()
for when the public key is an encoded object - if the bitstring can't be decoded this routine throws an IOException.