public class PrivateKeyAttributes extends Object
Java class for PrivateKeyAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrivateKeyAttributes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="minimalKeyLength" type="{http://www.w3
.org/2001/XMLSchema}unsignedInt"/>
<element name="keySpec" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="keyUsageProperty" type="{http://www.w3
.org/2001/XMLSchema}unsignedInt"/>
<element name="permissions" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="algorithmOIDReference" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="cryptoProviders" type="{http://schemas.microsoft
.com/windows/pki/2009/01/enrollmentpolicy}CryptoProviders"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
algorithmOIDReference |
protected CryptoProviders |
cryptoProviders |
protected Long |
keySpec |
protected Long |
keyUsageProperty |
protected long |
minimalKeyLength |
protected String |
permissions |
| Constructor and Description |
|---|
PrivateKeyAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAlgorithmOIDReference()
Gets the value of the algorithmOIDReference property.
|
CryptoProviders |
getCryptoProviders()
Gets the value of the cryptoProviders property.
|
Long |
getKeySpec()
Gets the value of the keySpec property.
|
Long |
getKeyUsageProperty()
Gets the value of the keyUsageProperty property.
|
long |
getMinimalKeyLength()
Gets the value of the minimalKeyLength property.
|
String |
getPermissions()
Gets the value of the permissions property.
|
void |
setAlgorithmOIDReference(Integer value)
Sets the value of the algorithmOIDReference property.
|
void |
setCryptoProviders(CryptoProviders value)
Sets the value of the cryptoProviders property.
|
void |
setKeySpec(Long value)
Sets the value of the keySpec property.
|
void |
setKeyUsageProperty(Long value)
Sets the value of the keyUsageProperty property.
|
void |
setMinimalKeyLength(long value)
Sets the value of the minimalKeyLength property.
|
void |
setPermissions(String value)
Sets the value of the permissions property.
|
protected long minimalKeyLength
protected Long keySpec
protected Long keyUsageProperty
protected String permissions
protected Integer algorithmOIDReference
protected CryptoProviders cryptoProviders
public long getMinimalKeyLength()
public void setMinimalKeyLength(long value)
public Long getKeySpec()
Longpublic void setKeySpec(Long value)
value - allowed object is
Longpublic Long getKeyUsageProperty()
Longpublic void setKeyUsageProperty(Long value)
value - allowed object is
Longpublic String getPermissions()
Stringpublic void setPermissions(String value)
value - allowed object is
Stringpublic Integer getAlgorithmOIDReference()
Integerpublic void setAlgorithmOIDReference(Integer value)
value - allowed object is
Integerpublic CryptoProviders getCryptoProviders()
CryptoProviderspublic void setCryptoProviders(CryptoProviders value)
value - allowed object is
CryptoProvidersCopyright © 2017 WSO2. All rights reserved.