public final class DSSPKUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getPublicKeySize(PublicKey publicKey)
This method returns the public key size extracted from public key infrastructure.
|
static String |
getPublicKeySize(Token token)
This method returns a key length used to sign this token.
|
public static String getPublicKeySize(Token token)
token - the token (certificate, crl,...) to be checkedpublic static int getPublicKeySize(PublicKey publicKey)
publicKey - the public keyCopyright © 2019. All rights reserved.