|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of Key in ezvcard |
---|
Methods in ezvcard that return types with arguments of type Key | |
---|---|
List<Key> |
VCard.getKeys()
Gets the public encryption keys. |
Methods in ezvcard with parameters of type Key | |
---|---|
void |
VCard.addKey(Key key)
Adds a public encryption key. |
void |
VCard.addKeyAlt(Key... altRepresentations)
Adds a key property as a group of alternative representations (see: description of ALTID ). |
Method parameters in ezvcard with type arguments of type Key | |
---|---|
void |
VCard.addKeyAlt(Collection<Key> altRepresentations)
Adds a key property as a group of alternative representations (see: description of ALTID ). |
Uses of Key in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return Key | |
---|---|
protected Key |
KeyScribe._newInstance(byte[] data,
KeyType contentType)
|
protected Key |
KeyScribe._newInstance(String uri,
KeyType contentType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |