|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyType | |
|---|---|
| ezvcard.io.scribe | |
| ezvcard.parameter | |
| ezvcard.property | |
| Uses of KeyType in ezvcard.io.scribe |
|---|
| Methods in ezvcard.io.scribe that return KeyType | |
|---|---|
protected KeyType |
KeyScribe._buildMediaTypeObj(String mediaType)
|
protected KeyType |
KeyScribe._buildTypeObj(String type)
|
| Methods in ezvcard.io.scribe with parameters of type KeyType | |
|---|---|
protected Key |
KeyScribe._newInstance(byte[] data,
KeyType contentType)
|
protected Key |
KeyScribe._newInstance(String uri,
KeyType contentType)
|
| Uses of KeyType in ezvcard.parameter |
|---|
| Fields in ezvcard.parameter declared as KeyType | |
|---|---|
static KeyType |
KeyType.GPG
|
static KeyType |
KeyType.PGP
|
static KeyType |
KeyType.X509
|
| Methods in ezvcard.parameter that return KeyType | |
|---|---|
static KeyType |
KeyType.find(String type,
String mediaType,
String extension)
Searches for a parameter value that is defined as a static constant in this class. |
static KeyType |
KeyType.get(String type,
String mediaType,
String extension)
Searches for a parameter value and creates one if it cannot be found. |
| Methods in ezvcard.parameter that return types with arguments of type KeyType | |
|---|---|
static Collection<KeyType> |
KeyType.all()
Gets all of the parameter values that are defined as static constants in this class. |
| Uses of KeyType in ezvcard.property |
|---|
| Methods in ezvcard.property with parameters of type KeyType | |
|---|---|
void |
Key.setText(String text,
KeyType type)
Sets a plain text representation of the key. |
| Constructors in ezvcard.property with parameters of type KeyType | |
|---|---|
Key(byte[] data,
KeyType type)
Creates a key property. |
|
Key(File file,
KeyType type)
Creates a key property. |
|
Key(InputStream in,
KeyType type)
Creates a key property. |
|
Key(String url,
KeyType type)
Creates a key property. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||