public class CertCreateFields
extends java.lang.Object
| Constructor and Description |
|---|
CertCreateFields(java.util.Map<java.lang.String,java.lang.Object> attributes,
java.io.File newCertFile,
java.io.File newKeyFile,
char[] newPassword,
int expDays,
int keyStrength,
java.security.cert.X509Certificate signerCert,
java.security.Key signerKey) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes() |
int |
getExpDays() |
int |
getKeyStrength() |
java.io.File |
getNewCertFile() |
java.io.File |
getNewKeyFile() |
char[] |
getNewPassword() |
java.security.cert.X509Certificate |
getSignerCert() |
java.security.Key |
getSignerKey() |
void |
setAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setExpDays(int expDays) |
void |
setKeyStrength(int keyStrength) |
void |
setNewCertFile(java.io.File newCertFile) |
void |
setNewKeyFile(java.io.File newKeyFile) |
void |
setNewPassword(char[] newPassword) |
void |
setSignerCert(java.security.cert.X509Certificate signerCert) |
void |
setSignerKey(java.security.Key signerKey) |
public CertCreateFields(java.util.Map<java.lang.String,java.lang.Object> attributes,
java.io.File newCertFile,
java.io.File newKeyFile,
char[] newPassword,
int expDays,
int keyStrength,
java.security.cert.X509Certificate signerCert,
java.security.Key signerKey)
public java.util.Map<java.lang.String,java.lang.Object> getAttributes()
public java.io.File getNewCertFile()
public java.io.File getNewKeyFile()
public char[] getNewPassword()
public int getExpDays()
public int getKeyStrength()
public java.security.cert.X509Certificate getSignerCert()
public java.security.Key getSignerKey()
public void setAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
public void setNewCertFile(java.io.File newCertFile)
public void setNewKeyFile(java.io.File newKeyFile)
public void setNewPassword(char[] newPassword)
public void setExpDays(int expDays)
public void setKeyStrength(int keyStrength)
public void setSignerCert(java.security.cert.X509Certificate signerCert)
public void setSignerKey(java.security.Key signerKey)
Copyright © 2010-2019 NHIN Direct. All Rights Reserved.