java.lang.Object | ||
↳ | java.lang.Enum<java.security.KeyRep.Type> | |
↳ | java.security.KeyRep.Type |
Type
enumerates the supported key types.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
KeyRep.Type | PRIVATE | Type for private keys. | |||||||||
KeyRep.Type | PUBLIC | Type for public keys. | |||||||||
KeyRep.Type | SECRET | Type for secret keys. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|