public enum EncryptedKeyPair extends Enum<EncryptedKeyPair>
Enum Constant and Description |
---|
DEVOPS |
Modifier and Type | Method and Description |
---|---|
org.kuali.common.core.ssh.KeyPair |
getKeyPair() |
static EncryptedKeyPair |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptedKeyPair[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptedKeyPair DEVOPS
public static EncryptedKeyPair[] values()
for (EncryptedKeyPair c : EncryptedKeyPair.values()) System.out.println(c);
public static EncryptedKeyPair valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic org.kuali.common.core.ssh.KeyPair getKeyPair()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.