public static interface BcSigner.Loader
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
loadKeyFingerprint(org.eclipse.aether.RepositorySystemSession session)
Returns the key fingerprint, or
null. |
default byte[] |
loadKeyRingMaterial(org.eclipse.aether.RepositorySystemSession session)
Returns the key ring material, or
null. |
default char[] |
loadPassword(org.eclipse.aether.RepositorySystemSession session,
byte[] fingerprint)
Returns the key password, or
null. |
default byte[] loadKeyRingMaterial(org.eclipse.aether.RepositorySystemSession session)
throws IOException
null.IOExceptiondefault byte[] loadKeyFingerprint(org.eclipse.aether.RepositorySystemSession session)
throws IOException
null.IOExceptiondefault char[] loadPassword(org.eclipse.aether.RepositorySystemSession session,
byte[] fingerprint)
throws IOException
null.IOExceptionCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.