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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

byte[]getEncoded()
Returns the key bytes, encoded according to the X.509 standard.