Class KeyFactory.InvalidPrivateKey
java.lang.Object
com.atlassian.jira.security.auth.trustedapps.KeyFactory.InvalidPrivateKey
- All Implemented Interfaces:
Serializable
,Key
,PrivateKey
,Destroyable
- Enclosing class:
- KeyFactory
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.
- See Also:
-
Field Summary
Fields inherited from interface java.security.Key
serialVersionUID
Fields inherited from interface java.security.PrivateKey
serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Constructor Details
-
InvalidPrivateKey
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithm
in interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncoded
in interfaceKey
-
toString
-
getCause
-