Class KeyUtils.InvalidPrivateKey

java.lang.Object
com.atlassian.bamboo.security.trustedapplications.KeyUtils.InvalidKey
com.atlassian.bamboo.security.trustedapplications.KeyUtils.InvalidPrivateKey
All Implemented Interfaces:
Serializable, Key, PrivateKey, Destroyable
Enclosing class:
KeyUtils

public static class KeyUtils.InvalidPrivateKey extends KeyUtils.InvalidKey implements PrivateKey
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:
  • Constructor Details

    • InvalidPrivateKey

      public InvalidPrivateKey(Exception cause)