Searched defs:delete (Results 1 - 25 of 52) sorted by relevance

123

/libcore/ojluni/src/main/java/java/nio/file/attribute/
H A DUserDefinedFileAttributeView.java230 void delete(String name) throws IOException; method in interface:UserDefinedFileAttributeView
/libcore/ojluni/src/main/java/sun/security/x509/
H A DCertAttrSet.java95 * @param name the name of the attribute to delete.
100 void delete(String name) method in interface:CertAttrSet
H A DOCSPNoCheckExtension.java59 * get, set, delete methods of Certificate, x509 type.
113 public void delete(String name) throws IOException { method in class:OCSPNoCheckExtension
H A DCertificateAlgorithmId.java46 * get, set, delete methods of Certificate, x509 type.
55 * Identifier to be used with get, set, and delete methods. When
145 public void delete(String name) throws IOException { method in class:CertificateAlgorithmId
H A DCertificateX509Key.java46 * get, set, delete methods of Certificate, x509 type.
137 public void delete(String name) throws IOException { method in class:CertificateX509Key
H A DAuthorityInfoAccessExtension.java71 * get, set, delete methods of Certificate, x509 type.
197 public void delete(String name) throws IOException { method in class:AuthorityInfoAccessExtension
H A DBasicConstraintsExtension.java57 * get, set, delete methods of Certificate, x509 type.
244 public void delete(String name) throws IOException { method in class:BasicConstraintsExtension
H A DCRLDistributionPointsExtension.java88 * get, set, delete methods of Certificate, x509 type.
257 public void delete(String name) throws IOException { method in class:CRLDistributionPointsExtension
H A DCRLExtensions.java209 * @param alias the identifier string for the extension to delete.
211 public void delete(String alias) { method in class:CRLExtensions
H A DCRLNumberExtension.java170 public void delete(String name) throws IOException { method in class:CRLNumberExtension
H A DCRLReasonCodeExtension.java138 public void delete(String name) throws IOException { method in class:CRLReasonCodeExtension
H A DCertificateIssuerExtension.java158 public void delete(String name) throws IOException { method in class:CertificateIssuerExtension
H A DCertificateIssuerName.java47 * get, set, delete methods of Certificate, x509 type.
153 public void delete(String name) throws IOException { method in class:CertificateIssuerName
H A DCertificatePoliciesExtension.java73 * get, set, delete methods of Certificate, x509 type.
224 public void delete(String name) throws IOException { method in class:CertificatePoliciesExtension
H A DCertificateSerialNumber.java45 * get, set, delete methods of Certificate, x509 type.
156 public void delete(String name) throws IOException { method in class:CertificateSerialNumber
H A DCertificateSubjectName.java47 * get, set, delete methods of Certificate, x509 type.
153 public void delete(String name) throws IOException { method in class:CertificateSubjectName
H A DCertificateValidity.java45 * get, set, delete methods of Certificate, x509 type.
207 public void delete(String name) throws IOException { method in class:CertificateValidity
H A DCertificateVersion.java57 * get, set, delete methods of Certificate, x509 type.
206 public void delete(String name) throws IOException { method in class:CertificateVersion
H A DInhibitAnyPolicyExtension.java71 * get, set, delete methods of Certificate, x509 type.
229 * @param name name of attribute to delete. Must be SKIP_CERTS.
234 public void delete(String name) throws IOException { method in class:InhibitAnyPolicyExtension
H A DInvalidityDateExtension.java157 public void delete(String name) throws IOException { method in class:InvalidityDateExtension
H A DIssuerAlternativeNameExtension.java54 * get, set, delete methods of Certificate, x509 type.
205 public void delete(String name) throws IOException { method in class:IssuerAlternativeNameExtension
H A DPolicyConstraintsExtension.java63 * get, set, delete methods of Certificate, x509 type.
248 public void delete(String name) throws IOException { method in class:PolicyConstraintsExtension
H A DPolicyInformation.java225 public void delete(String name) throws IOException { method in class:PolicyInformation
/libcore/ojluni/src/main/java/sun/nio/fs/
H A DAbstractFileSystemProvider.java102 public final void delete(Path file) throws IOException { method in class:AbstractFileSystemProvider
H A DLinuxUserDefinedFileAttributeView.java276 public void delete(String name) throws IOException { method in class:LinuxUserDefinedFileAttributeView
285 null, "Unable to delete extended attribute '" + name + "': " + x.getMessage());

Completed in 80 milliseconds

123