| Package | Description |
|---|---|
| net.java.truecommons.key.macosx.keychain |
Provides a simple abstraction over Apple's
Keychain Services API
for Java.
|
| Modifier and Type | Method and Description |
|---|---|
Keychain.ItemClass |
Keychain.Item.getItemClass()
Returns the class of this item.
|
static Keychain.ItemClass |
Keychain.ItemClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Keychain.ItemClass[] |
Keychain.ItemClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Keychain.createItem(Keychain.ItemClass id,
Map<Keychain.AttributeClass,ByteBuffer> attributes,
ByteBuffer secret)
Creates a new item in this keychain.
|
abstract void |
Keychain.visitItems(Keychain.ItemClass id,
Map<Keychain.AttributeClass,ByteBuffer> attributes,
Keychain.Visitor visitor)
Visits items in this keychain.
|
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.