public class KeyUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyUtils.InvalidPrivateKey
If there are problems creating a key, one of these will be returned instead.
|
static class |
KeyUtils.InvalidPublicKey
If there are problems creating a key, one of these will be returned instead.
|
| Constructor and Description |
|---|
KeyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKey |
decodePrivateKey(com.atlassian.security.auth.trustedapps.EncryptionProvider encryptionProvider,
String keyStr) |
static PublicKey |
decodePublicKey(com.atlassian.security.auth.trustedapps.EncryptionProvider encryptionProvider,
String keyStr) |
static String |
encode(Key key) |
public static PrivateKey decodePrivateKey(com.atlassian.security.auth.trustedapps.EncryptionProvider encryptionProvider, String keyStr)
Copyright © 2018 Atlassian. All rights reserved.