C F G I K O R S
C
- CertificateStore - Interface in org.xwiki.crypto.store
-
Store and retrieve certificates of entities and provide certificates for chain verification.
- CertificateStoreException - Exception in org.xwiki.crypto.store
-
- CertificateStoreException(String) - Constructor for exception org.xwiki.crypto.store.CertificateStoreException
-
Constructs a new exception with the specified detail message.
- CertificateStoreException(String, Throwable) - Constructor for exception org.xwiki.crypto.store.CertificateStoreException
-
Constructs a new exception with the specified detail message and cause.
- CertificateStoreException(Throwable) - Constructor for exception org.xwiki.crypto.store.CertificateStoreException
-
Constructs a new exception with the specified cause.
F
- FileStoreReference - Class in org.xwiki.crypto.store
-
Reference to a cryptographic store on the filesystem.
- FileStoreReference(File) - Constructor for class org.xwiki.crypto.store.FileStoreReference
-
Wrap a file or folder as a store reference.
- FileStoreReference(File, boolean) - Constructor for class org.xwiki.crypto.store.FileStoreReference
-
Wrap a file or folder as a store reference.
G
- getAllCertificates(StoreReference) - Method in interface org.xwiki.crypto.store.CertificateStore
-
Return all the certificates available in a certificate store.
- getCertificateProvider(StoreReference) - Method in interface org.xwiki.crypto.store.CertificateStore
-
Return a certificate provider providing from the given certificate store.
- getFile() - Method in class org.xwiki.crypto.store.FileStoreReference
-
I
- isMulti() - Method in class org.xwiki.crypto.store.FileStoreReference
-
K
- KeyStore - Interface in org.xwiki.crypto.store
-
Store and retrieve private key from a key store.
- KeyStoreException - Exception in org.xwiki.crypto.store
-
- KeyStoreException(String) - Constructor for exception org.xwiki.crypto.store.KeyStoreException
-
Constructs a new exception with the specified detail message.
- KeyStoreException(String, Throwable) - Constructor for exception org.xwiki.crypto.store.KeyStoreException
-
Constructs a new exception with the specified detail message and cause.
O
- org.xwiki.crypto.store - package org.xwiki.crypto.store
-
R
- retrieve(StoreReference) - Method in interface org.xwiki.crypto.store.KeyStore
-
Retrieve a private key from a given store that may contains only a single key.
- retrieve(StoreReference, byte[]) - Method in interface org.xwiki.crypto.store.KeyStore
-
Retrieve the certified key pair from a given store that may contains only a single key and decrypt it using
the given password.
- retrieve(StoreReference, CertifiedPublicKey) - Method in interface org.xwiki.crypto.store.KeyStore
-
Retrieve the certified key pair from a given store that match the given certificate.
- retrieve(StoreReference, CertifiedPublicKey, byte[]) - Method in interface org.xwiki.crypto.store.KeyStore
-
Retrieve the certified key pair from a given store that match the given certificate and decrypt it using
the given password.
S
- store(StoreReference, CertifiedPublicKey) - Method in interface org.xwiki.crypto.store.CertificateStore
-
Store a certificate into a certificate store.
- store(StoreReference, CertifiedKeyPair) - Method in interface org.xwiki.crypto.store.KeyStore
-
Store a private key and its certificate into a given store.
- store(StoreReference, CertifiedKeyPair, byte[]) - Method in interface org.xwiki.crypto.store.KeyStore
-
Store a private key and its certificate into a given store, encrypting the key with a password.
- StoreReference - Interface in org.xwiki.crypto.store
-
A marker interface for store references.
C F G I K O R S
Copyright © 2004–2021 XWiki. All rights reserved.