public class SshEd448PublicKeyJCE extends java.lang.Object implements SshEd448PublicKey
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALGORITHM_NAME |
static byte[] |
ASN_HEADER |
| Constructor and Description |
|---|
SshEd448PublicKeyJCE() |
SshEd448PublicKeyJCE(byte[] pk) |
SshEd448PublicKeyJCE(java.security.PublicKey pub) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
byte[] |
getA() |
java.lang.String |
getAlgorithm()
Get the algorithm name for the public key.
|
int |
getBitLength()
Get the bit length of the public key
|
byte[] |
getEncoded()
Encode the public key into a blob of binary data, the encoded result will be
passed into init to recreate the key.
|
java.lang.String |
getEncodingAlgorithm()
The algorithm name used in the encoding of the public key
|
java.lang.String |
getFingerprint()
Return an SSH fingerprint of the public key
|
java.security.PublicKey |
getJCEPublicKey()
Return the JCE component for this key.
|
int |
getPriority() |
SecurityLevel |
getSecurityLevel() |
java.lang.String |
getSigningAlgorithm()
The algorithm name expected to be encoded in SSH signatures
|
int |
hashCode() |
void |
init(byte[] blob,
int start,
int len)
Initialize the public key from a blob of binary data.
|
java.lang.String |
test()
Test the JCE for algorithm availability.
|
boolean |
verifySignature(byte[] signature,
byte[] data)
Verify the signature.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisCertificatepublic static final byte[] ASN_HEADER
public static final java.lang.String ALGORITHM_NAME
public SshEd448PublicKeyJCE()
public SshEd448PublicKeyJCE(byte[] pk)
throws java.security.NoSuchAlgorithmException,
java.security.spec.InvalidKeySpecException,
java.io.IOException,
java.security.NoSuchProviderException
java.security.NoSuchAlgorithmExceptionjava.security.spec.InvalidKeySpecExceptionjava.io.IOExceptionjava.security.NoSuchProviderExceptionpublic SshEd448PublicKeyJCE(java.security.PublicKey pub)
public SecurityLevel getSecurityLevel()
getSecurityLevel in interface SecureComponentpublic int getPriority()
getPriority in interface SecureComponentpublic void init(byte[] blob,
int start,
int len)
throws SshException
SshPublicKeyinit in interface SshPublicKeySshExceptionpublic java.lang.String getAlgorithm()
SshPublicKeygetAlgorithm in interface SshPublicKeygetAlgorithm in interface SecureComponentpublic java.lang.String getEncodingAlgorithm()
SshPublicKeygetEncodingAlgorithm in interface SshPublicKeypublic int getBitLength()
SshPublicKeygetBitLength in interface SshPublicKeypublic byte[] getEncoded()
throws SshException
SshPublicKeygetEncoded in interface SshPublicKeySshExceptionpublic byte[] getA()
getA in interface SshEd448PublicKeypublic java.lang.String getFingerprint()
throws SshException
SshPublicKeygetFingerprint in interface SshPublicKeySshExceptionpublic boolean verifySignature(byte[] signature,
byte[] data)
throws SshException
SshPublicKeyverifySignature in interface SshPublicKeytrue if the signature was produced by the corresponding
private key that owns this public key, otherwise false.SshExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getSigningAlgorithm()
SshPublicKeygetSigningAlgorithm in interface SshPublicKeypublic java.lang.String test()
SshPublicKeytest in interface SshPublicKeypublic java.security.PublicKey getJCEPublicKey()
SshPublicKeygetJCEPublicKey in interface SshPublicKeyCopyright © 2022. All rights reserved.