Java java.security.spec PKCS8EncodedKeySpec fields, constructors, methods, implement or subclass

Example usage for Java java.security.spec PKCS8EncodedKeySpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.spec PKCS8EncodedKeySpec.

The text is from its open source code.

Constructor

PKCS8EncodedKeySpec(byte[] encodedKey)
Creates a new PKCS8EncodedKeySpec with the given encoded key.

Method

byte[]getEncoded()
Returns the key bytes, encoded according to the PKCS #8 standard.