Class KeyUtils.InvalidKey
- java.lang.Object
-
- com.atlassian.bamboo.security.trustedapplications.KeyUtils.InvalidKey
-
- All Implemented Interfaces:
Serializable
,Key
- Direct Known Subclasses:
KeyUtils.InvalidPrivateKey
,KeyUtils.InvalidPublicKey
- Enclosing class:
- KeyUtils
public static class KeyUtils.InvalidKey extends Object implements Key
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface java.security.Key
serialVersionUID
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlgorithm()
Exception
getCause()
byte[]
getEncoded()
String
getFormat()
String
toString()
-
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm
in interfaceKey
-
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded
in interfaceKey
-
getCause
public Exception getCause()
-
-