Java org.bouncycastle.bcpg BCPGKey fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.bcpg BCPGKey fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

byte[]getEncoded()
return a string of bytes giving the encoded format of the key, as described by it's format.
StringgetFormat()
Return the base format for this key - in the case of the symmetric keys it will generally be raw indicating that the key is just a straight byte representation, for an asymmetric key the format will be PGP, indicating the key is a string of MPIs encoded in PGP format.