Class KeyUtils.InvalidPublicKey
- java.lang.Object
-
- com.atlassian.bamboo.security.trustedapplications.KeyUtils.InvalidKey
-
- com.atlassian.bamboo.security.trustedapplications.KeyUtils.InvalidPublicKey
-
- All Implemented Interfaces:
Serializable
,Key
,PublicKey
- Enclosing class:
- KeyUtils
public static class KeyUtils.InvalidPublicKey extends KeyUtils.InvalidKey implements PublicKey
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface java.security.Key
serialVersionUID
-
Fields inherited from interface java.security.PublicKey
serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description InvalidPublicKey(Exception cause)
-
Method Summary
-
Methods inherited from class com.atlassian.bamboo.security.trustedapplications.KeyUtils.InvalidKey
getAlgorithm, getCause, getEncoded, getFormat, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
Constructor Detail
-
InvalidPublicKey
public InvalidPublicKey(Exception cause)
-
-