Uses of Class
ezvcard.parameters.KeyTypeParameter

Packages that use KeyTypeParameter
ezvcard.parameters   
ezvcard.types   
 

Uses of KeyTypeParameter in ezvcard.parameters
 

Fields in ezvcard.parameters declared as KeyTypeParameter
static KeyTypeParameter KeyTypeParameter.GPG
           
static KeyTypeParameter KeyTypeParameter.PGP
           
static KeyTypeParameter KeyTypeParameter.X509
           
 

Methods in ezvcard.parameters that return KeyTypeParameter
static KeyTypeParameter KeyTypeParameter.findByMediaType(String mediaType)
          Searches the static objects in this class for one that has a certain media type.
static KeyTypeParameter KeyTypeParameter.valueOf(String value)
          Searches the static objects in this class for one that has a certain type value.
 

Uses of KeyTypeParameter in ezvcard.types
 

Methods in ezvcard.types that return KeyTypeParameter
protected  KeyTypeParameter KeyType.buildMediaTypeObj(String mediaType)
           
protected  KeyTypeParameter KeyType.buildTypeObj(String type)
           
 

Methods in ezvcard.types with parameters of type KeyTypeParameter
protected  void KeyType.cannotUnmarshalValue(String value, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, KeyTypeParameter contentType)
           
 void KeyType.setText(String text, KeyTypeParameter type)
          Sets a plain text representation of the key.
 

Constructors in ezvcard.types with parameters of type KeyTypeParameter
KeyType(byte[] data, KeyTypeParameter type)
           
KeyType(File file, KeyTypeParameter type)
           
KeyType(InputStream in, KeyTypeParameter type)
           
KeyType(String url, KeyTypeParameter type)
           
 



Copyright © 2012-2013. All Rights Reserved.