public static class

KeyFactory.InvalidPrivateKey

extends Object
implements Key PrivateKey
java.lang.Object
   ↳ com.atlassian.jira.security.auth.trustedapps.KeyFactory.InvalidPrivateKey

Class Overview

If there are problems creating a key, one of these will be returned instead. Rather than returning the actual key, the toString() will return the causal exception.

Summary

[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PrivateKey
Public Constructors
InvalidPrivateKey(Exception cause)
Public Methods
String getAlgorithm()
Exception getCause()
byte[] getEncoded()
String getFormat()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.Key
From interface javax.security.auth.Destroyable

Public Constructors

public InvalidPrivateKey (Exception cause)

Public Methods

public String getAlgorithm ()

public Exception getCause ()

public byte[] getEncoded ()

public String getFormat ()

public String toString ()