Package org.jetbrains.nativecerts.mac
Class SecurityFramework.OSStatus
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- com.sun.jna.NativeLong
-
- org.jetbrains.nativecerts.mac.SecurityFramework.OSStatus
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped,Serializable
- Enclosing interface:
- SecurityFramework
public static class SecurityFramework.OSStatus extends com.sun.jna.NativeLongResult codes common to many Security framework functions.- See Also:
- developer.apple.com, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SecurityFramework.OSStatuserrSecItemNotFoundThe specified item could not be found in the keychain.static SecurityFramework.OSStatuserrSecNoTrustSettingsNo Trust Settings were found.static SecurityFramework.OSStatuserrSecSuccess
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object rhs)@NotNull StringgetErrorMessageString()inthashCode()StringtoString()-
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, floatValue, fromNative, intValue, longValue, nativeType, setValue, toNative
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Field Detail
-
errSecSuccess
public static final SecurityFramework.OSStatus errSecSuccess
-
errSecItemNotFound
public static final SecurityFramework.OSStatus errSecItemNotFound
The specified item could not be found in the keychain.
-
errSecNoTrustSettings
public static final SecurityFramework.OSStatus errSecNoTrustSettings
No Trust Settings were found.
-
-
Method Detail
-
getErrorMessageString
@NotNull public @NotNull String getErrorMessageString()
-
equals
public boolean equals(Object rhs)
- Overrides:
equalsin classcom.sun.jna.IntegerType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.sun.jna.IntegerType
-
toString
public String toString()
- Overrides:
toStringin classcom.sun.jna.IntegerType
-
-