Package com.pspdfkit.signatures
Class PublicKey
-
- All Implemented Interfaces:
public final class PublicKey
Holds info regarding Public Key
-
-
Field Summary
Fields Modifier and Type Field Description private final String
publicKeyScheme
private final Integer
keyLength
-
Method Summary
Modifier and Type Method Description final String
getPublicKeyScheme()
Returns the underlying public key scheme. final Integer
getKeyLength()
Returns the approximate length of the security parameter. -
-
Method Detail
-
getPublicKeyScheme
final String getPublicKeyScheme()
Returns the underlying public key scheme.
-
getKeyLength
final Integer getKeyLength()
Returns the approximate length of the security parameter. For example, for RSA this is the size of the modulus.
-
-
-
-