public class RsaKeyParams extends KeyParams
| Constructor and Description |
|---|
RsaKeyParams() |
RsaKeyParams(int size) |
RsaKeyParams(int size,
KeyIdType keyIdType) |
RsaKeyParams(Name.Component keyId) |
RsaKeyParams(Name.Component keyId,
int size) |
| Modifier and Type | Method and Description |
|---|---|
static int |
getDefaultSize() |
int |
getKeySize() |
static KeyType |
getType() |
getKeyId, getKeyIdType, getKeyType, setKeyIdpublic RsaKeyParams(Name.Component keyId, int size)
public RsaKeyParams(Name.Component keyId)
public RsaKeyParams(int size,
KeyIdType keyIdType)
public RsaKeyParams(int size)
public RsaKeyParams()
public int getKeySize()
public static int getDefaultSize()
public static KeyType getType()
Copyright © 2019. All rights reserved.